Interface ListStackRefactorsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListStackRefactorsResponse.Builder,,ListStackRefactorsResponse> SdkBuilder<ListStackRefactorsResponse.Builder,,ListStackRefactorsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListStackRefactorsResponse
-
Method Summary
Modifier and TypeMethodDescriptionIf the request doesn't return all the remaining results,NextTokenis set to a token.stackRefactorSummaries(Collection<StackRefactorSummary> stackRefactorSummaries) Provides a summary of a stack refactor, including the following:stackRefactorSummaries(Consumer<StackRefactorSummary.Builder>... stackRefactorSummaries) Provides a summary of a stack refactor, including the following:stackRefactorSummaries(StackRefactorSummary... stackRefactorSummaries) Provides a summary of a stack refactor, including the following: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
-
stackRefactorSummaries
ListStackRefactorsResponse.Builder stackRefactorSummaries(Collection<StackRefactorSummary> stackRefactorSummaries) Provides a summary of a stack refactor, including the following:
-
StackRefactorId -
Status -
StatusReason -
ExecutionStatus -
ExecutionStatusReason -
Description
- Parameters:
stackRefactorSummaries- Provides a summary of a stack refactor, including the following:-
StackRefactorId -
Status -
StatusReason -
ExecutionStatus -
ExecutionStatusReason -
Description
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
stackRefactorSummaries
ListStackRefactorsResponse.Builder stackRefactorSummaries(StackRefactorSummary... stackRefactorSummaries) Provides a summary of a stack refactor, including the following:
-
StackRefactorId -
Status -
StatusReason -
ExecutionStatus -
ExecutionStatusReason -
Description
- Parameters:
stackRefactorSummaries- Provides a summary of a stack refactor, including the following:-
StackRefactorId -
Status -
StatusReason -
ExecutionStatus -
ExecutionStatusReason -
Description
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
stackRefactorSummaries
ListStackRefactorsResponse.Builder stackRefactorSummaries(Consumer<StackRefactorSummary.Builder>... stackRefactorSummaries) Provides a summary of a stack refactor, including the following:
-
StackRefactorId -
Status -
StatusReason -
ExecutionStatus -
ExecutionStatusReason -
Description
StackRefactorSummary.Builderavoiding the need to create one manually viaStackRefactorSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostackRefactorSummaries(List<StackRefactorSummary>).- Parameters:
stackRefactorSummaries- a consumer that will call methods onStackRefactorSummary.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.
-