Interface ListStackRefactorActionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListStackRefactorActionsResponse.Builder,,ListStackRefactorActionsResponse> SdkBuilder<ListStackRefactorActionsResponse.Builder,,ListStackRefactorActionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListStackRefactorActionsResponse
@Mutable
@NotThreadSafe
public static interface ListStackRefactorActionsResponse.Builder
extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListStackRefactorActionsResponse.Builder,ListStackRefactorActionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the request doesn't return all the remaining results,NextTokenis set to a token.stackRefactorActions(Collection<StackRefactorAction> stackRefactorActions) The stack refactor actions.stackRefactorActions(Consumer<StackRefactorAction.Builder>... stackRefactorActions) The stack refactor actions.stackRefactorActions(StackRefactorAction... stackRefactorActions) The stack refactor actions.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
stackRefactorActions
ListStackRefactorActionsResponse.Builder stackRefactorActions(Collection<StackRefactorAction> stackRefactorActions) The stack refactor actions.
- Parameters:
stackRefactorActions- The stack refactor actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackRefactorActions
ListStackRefactorActionsResponse.Builder stackRefactorActions(StackRefactorAction... stackRefactorActions) The stack refactor actions.
- Parameters:
stackRefactorActions- The stack refactor actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackRefactorActions
ListStackRefactorActionsResponse.Builder stackRefactorActions(Consumer<StackRefactorAction.Builder>... stackRefactorActions) The stack refactor actions.
This is a convenience method that creates an instance of theStackRefactorAction.Builderavoiding the need to create one manually viaStackRefactorAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostackRefactorActions(List<StackRefactorAction>).- Parameters:
stackRefactorActions- a consumer that will call methods onStackRefactorAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the request doesn't return all the remaining results,
NextTokenis set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.- Parameters:
nextToken- If the request doesn't return all the remaining results,NextTokenis set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-