Interface ImportStacksToStackSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ImportStacksToStackSetRequest.Builder,,ImportStacksToStackSetRequest> SdkBuilder<ImportStacksToStackSetRequest.Builder,,ImportStacksToStackSetRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ImportStacksToStackSetRequest
-
Method Summary
Modifier and TypeMethodDescriptionBy default,SELFis specified.By default,SELFis specified.operationId(String operationId) A unique, user defined, identifier for the StackSet operation.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.organizationalUnitIds(String... organizationalUnitIds) The list of OU ID's to which the imported stacks must be mapped as deployment targets.organizationalUnitIds(Collection<String> organizationalUnitIds) The list of OU ID's to which the imported stacks must be mapped as deployment targets.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The IDs of the stacks you are importing into a StackSet.stackIds(Collection<String> stackIds) The IDs of the stacks you are importing into a StackSet.stackIdsUrl(String stackIdsUrl) The Amazon S3 URL which contains list of stack ids to be inputted.stackSetName(String stackSetName) The name of the StackSet.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
-
stackSetName
The name of the StackSet. The name must be unique in the Region where you create your StackSet.
- Parameters:
stackSetName- The name of the StackSet. The name must be unique in the Region where you create your StackSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIds
The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per StackSet at a time.
Specify either
StackIdsorStackIdsUrl.- Parameters:
stackIds- The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per StackSet at a time.Specify either
StackIdsorStackIdsUrl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIds
The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per StackSet at a time.
Specify either
StackIdsorStackIdsUrl.- Parameters:
stackIds- The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per StackSet at a time.Specify either
StackIdsorStackIdsUrl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIdsUrl
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either
StackIdsorStackIdsUrl.- Parameters:
stackIdsUrl- The Amazon S3 URL which contains list of stack ids to be inputted.Specify either
StackIdsorStackIdsUrl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
ImportStacksToStackSetRequest.Builder organizationalUnitIds(Collection<String> organizationalUnitIds) The list of OU ID's to which the imported stacks must be mapped as deployment targets.
- Parameters:
organizationalUnitIds- The list of OU ID's to which the imported stacks must be mapped as deployment targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitIds
The list of OU ID's to which the imported stacks must be mapped as deployment targets.
- Parameters:
organizationalUnitIds- The list of OU ID's to which the imported stacks must be mapped as deployment targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationPreferences
ImportStacksToStackSetRequest.Builder operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.
For more information about maximum concurrent accounts and failure tolerance, see StackSet operation options.
- Parameters:
operationPreferences- The user-specified preferences for how CloudFormation performs a StackSet operation.For more information about maximum concurrent accounts and failure tolerance, see StackSet operation options.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationPreferences
default ImportStacksToStackSetRequest.Builder operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.
For more information about maximum concurrent accounts and failure tolerance, see StackSet operation options.
This is a convenience method that creates an instance of theStackSetOperationPreferences.Builderavoiding the need to create one manually viaStackSetOperationPreferences.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooperationPreferences(StackSetOperationPreferences).- Parameters:
operationPreferences- a consumer that will call methods onStackSetOperationPreferences.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationId
A unique, user defined, identifier for the StackSet operation.
- Parameters:
operationId- A unique, user defined, identifier for the StackSet operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
callAs
By default,
SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
For service managed StackSets, specify
DELEGATED_ADMIN.
- Parameters:
callAs- By default,SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
For service managed StackSets, specify
DELEGATED_ADMIN.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
callAs
By default,
SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
For service managed StackSets, specify
DELEGATED_ADMIN.
- Parameters:
callAs- By default,SELFis specified. UseSELFfor StackSets with self-managed permissions.-
If you are signed in to the management account, specify
SELF. -
For service managed StackSets, specify
DELEGATED_ADMIN.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
ImportStacksToStackSetRequest.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
ImportStacksToStackSetRequest.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.
-