Interface ListStackRefactorActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListStackRefactorActionsRequest.Builder,ListStackRefactorActionsRequest>,SdkBuilder<ListStackRefactorActionsRequest.Builder,ListStackRefactorActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStackRefactorActionsRequest
public static interface ListStackRefactorActionsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListStackRefactorActionsRequest.Builder,ListStackRefactorActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStackRefactorActionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned with a single call.ListStackRefactorActionsRequest.BuildernextToken(String nextToken)If the request doesn't return all the remaining results,NextTokenis set to a token.ListStackRefactorActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackRefactorActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackRefactorActionsRequest.BuilderstackRefactorId(String stackRefactorId)The ID associated with the stack refactor created from the CreateStackRefactor action.-
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 Detail
-
stackRefactorId
ListStackRefactorActionsRequest.Builder stackRefactorId(String stackRefactorId)
The ID associated with the stack refactor created from the CreateStackRefactor action.
- Parameters:
stackRefactorId- The ID associated with the stack refactor created from the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStackRefactorActionsRequest.Builder nextToken(String 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
ListStackRefactorActionsRequest.Builder maxResults(Integer 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
ListStackRefactorActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStackRefactorActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-