Interface ListStackRefactorsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListStackRefactorsRequest.Builder,,ListStackRefactorsRequest> SdkBuilder<ListStackRefactorsRequest.Builder,,ListStackRefactorsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListStackRefactorsRequest
-
Method Summary
Modifier and TypeMethodDescriptionexecutionStatusFilter(Collection<StackRefactorExecutionStatus> executionStatusFilter) Execution status to use as a filter.executionStatusFilter(StackRefactorExecutionStatus... executionStatusFilter) Execution status to use as a filter.executionStatusFilterWithStrings(String... executionStatusFilter) Execution status to use as a filter.executionStatusFilterWithStrings(Collection<String> executionStatusFilter) Execution status to use as a filter.maxResults(Integer maxResults) The maximum number of results to be returned with a single call.If the request doesn't return all the remaining results,NextTokenis set to a token.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods 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, sdkFields
-
Method Details
-
executionStatusFilterWithStrings
ListStackRefactorsRequest.Builder executionStatusFilterWithStrings(Collection<String> executionStatusFilter) Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.
- Parameters:
executionStatusFilter- Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatusFilterWithStrings
Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.
- Parameters:
executionStatusFilter- Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatusFilter
ListStackRefactorsRequest.Builder executionStatusFilter(Collection<StackRefactorExecutionStatus> executionStatusFilter) Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.
- Parameters:
executionStatusFilter- Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatusFilter
ListStackRefactorsRequest.Builder executionStatusFilter(StackRefactorExecutionStatus... executionStatusFilter) Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.
- Parameters:
executionStatusFilter- Execution status to use as a filter. Specify one or more execution status codes to list only stack refactors with the specified execution status codes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
maxResults
The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a
NextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Parameters:
maxResults- The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStackRefactorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListStackRefactorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-