Interface CreateStackRefactorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<CreateStackRefactorRequest.Builder,CreateStackRefactorRequest>,SdkBuilder<CreateStackRefactorRequest.Builder,CreateStackRefactorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStackRefactorRequest
@Mutable @NotThreadSafe public static interface CreateStackRefactorRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<CreateStackRefactorRequest.Builder,CreateStackRefactorRequest>
-
-
Method Summary
-
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
-
description
CreateStackRefactorRequest.Builder description(String description)
A description to help you identify the stack refactor.
- Parameters:
description- A description to help you identify the stack refactor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableStackCreation
CreateStackRefactorRequest.Builder enableStackCreation(Boolean enableStackCreation)
Determines if a new stack is created with the refactor.
- Parameters:
enableStackCreation- Determines if a new stack is created with the refactor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceMappings
CreateStackRefactorRequest.Builder resourceMappings(Collection<ResourceMapping> resourceMappings)
The mappings for the stack resource
Sourceand stack resourceDestination.- Parameters:
resourceMappings- The mappings for the stack resourceSourceand stack resourceDestination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceMappings
CreateStackRefactorRequest.Builder resourceMappings(ResourceMapping... resourceMappings)
The mappings for the stack resource
Sourceand stack resourceDestination.- Parameters:
resourceMappings- The mappings for the stack resourceSourceand stack resourceDestination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceMappings
CreateStackRefactorRequest.Builder resourceMappings(Consumer<ResourceMapping.Builder>... resourceMappings)
The mappings for the stack resource
This is a convenience method that creates an instance of theSourceand stack resourceDestination.ResourceMapping.Builderavoiding the need to create one manually viaResourceMapping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceMappings(List.) - Parameters:
resourceMappings- a consumer that will call methods onResourceMapping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resourceMappings(java.util.Collection)
-
stackDefinitions
CreateStackRefactorRequest.Builder stackDefinitions(Collection<StackDefinition> stackDefinitions)
The stacks being refactored.
- Parameters:
stackDefinitions- The stacks being refactored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackDefinitions
CreateStackRefactorRequest.Builder stackDefinitions(StackDefinition... stackDefinitions)
The stacks being refactored.
- Parameters:
stackDefinitions- The stacks being refactored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackDefinitions
CreateStackRefactorRequest.Builder stackDefinitions(Consumer<StackDefinition.Builder>... stackDefinitions)
The stacks being refactored.
This is a convenience method that creates an instance of theStackDefinition.Builderavoiding the need to create one manually viaStackDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#stackDefinitions(List.) - Parameters:
stackDefinitions- a consumer that will call methods onStackDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#stackDefinitions(java.util.Collection)
-
overrideConfiguration
CreateStackRefactorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStackRefactorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-