public static interface ImportStacksToStackSetRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ImportStacksToStackSetRequest.Builder,ImportStacksToStackSetRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportStacksToStackSetRequest.Builder |
callAs(CallAs callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest.Builder |
callAs(String callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest.Builder |
operationId(String operationId)
A unique, user defined, identifier for the stack set operation.
|
default ImportStacksToStackSetRequest.Builder |
operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
Sets the value of the OperationPreferences property for this object.
|
ImportStacksToStackSetRequest.Builder |
operationPreferences(StackSetOperationPreferences operationPreferences)
Sets the value of the OperationPreferences property for this object.
|
ImportStacksToStackSetRequest.Builder |
organizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
ImportStacksToStackSetRequest.Builder |
organizationalUnitIds(String... organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
|
ImportStacksToStackSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportStacksToStackSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportStacksToStackSetRequest.Builder |
stackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest.Builder |
stackIds(String... stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest.Builder |
stackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
|
ImportStacksToStackSetRequest.Builder |
stackSetName(String stackSetName)
The name of the stack set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportStacksToStackSetRequest.Builder stackSetName(String stackSetName)
The name of the stack set. The name must be unique in the Region where you create your stack set.
stackSetName - The name of the stack set. The name must be unique in the Region where you create your stack set.ImportStacksToStackSetRequest.Builder stackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds or StackIdsUrl.
stackIds - The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at
a time.
Specify either StackIds or StackIdsUrl.
ImportStacksToStackSetRequest.Builder stackIds(String... stackIds)
The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.
Specify either StackIds or StackIdsUrl.
stackIds - The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at
a time.
Specify either StackIds or StackIdsUrl.
ImportStacksToStackSetRequest.Builder stackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds or StackIdsUrl.
stackIdsUrl - The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds or StackIdsUrl.
ImportStacksToStackSetRequest.Builder organizationalUnitIds(Collection<String> organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
organizationalUnitIds - The list of OU ID's to which the stacks being imported has to be mapped as deployment target.ImportStacksToStackSetRequest.Builder organizationalUnitIds(String... organizationalUnitIds)
The list of OU ID's to which the stacks being imported has to be mapped as deployment target.
organizationalUnitIds - The list of OU ID's to which the stacks being imported has to be mapped as deployment target.ImportStacksToStackSetRequest.Builder operationPreferences(StackSetOperationPreferences operationPreferences)
operationPreferences - The new value for the OperationPreferences property for this object.default ImportStacksToStackSetRequest.Builder operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
StackSetOperationPreferences.Builder
avoiding the need to create one manually via StackSetOperationPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to operationPreferences(StackSetOperationPreferences).
operationPreferences - a consumer that will call methods on StackSetOperationPreferences.BuilderoperationPreferences(StackSetOperationPreferences)ImportStacksToStackSetRequest.Builder operationId(String operationId)
A unique, user defined, identifier for the stack set operation.
operationId - A unique, user defined, identifier for the stack set operation.ImportStacksToStackSetRequest.Builder callAs(String callAs)
By default, SELF is specified. Use SELF for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF.
For service managed stack sets, specify DELEGATED_ADMIN.
callAs - By default, SELF is specified. Use SELF for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF.
For service managed stack sets, specify DELEGATED_ADMIN.
CallAs,
CallAsImportStacksToStackSetRequest.Builder callAs(CallAs callAs)
By default, SELF is specified. Use SELF for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF.
For service managed stack sets, specify DELEGATED_ADMIN.
callAs - By default, SELF is specified. Use SELF for stack sets with self-managed
permissions.
If you are signed in to the management account, specify SELF.
For service managed stack sets, specify DELEGATED_ADMIN.
CallAs,
CallAsImportStacksToStackSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportStacksToStackSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.