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,NextToken
is 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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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,
NextToken
is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextToken
parameter. If the request returns all results,NextToken
is set tonull
.- Parameters:
nextToken
- If the request doesn't return all the remaining results,NextToken
is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextToken
parameter. If the request returns all results,NextToken
is 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
NextToken
value that you can assign to theNextToken
request 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 aNextToken
value that you can assign to theNextToken
request 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-