| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default ImportStacksToStackSetResponse |
CloudFormationClient.importStacksToStackSet(Consumer<ImportStacksToStackSetRequest.Builder> importStacksToStackSetRequest)
Import existing stacks into a new stack sets.
|
default CompletableFuture<ImportStacksToStackSetResponse> |
CloudFormationAsyncClient.importStacksToStackSet(Consumer<ImportStacksToStackSetRequest.Builder> importStacksToStackSetRequest)
Import existing stacks into a new stack sets.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.builder() |
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.callAs(CallAs callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.callAs(String callAs)
By default,
SELF is specified. |
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.operationId(String operationId)
A unique, user defined, identifier for the stack set operation.
|
default ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences)
The user-specified preferences for how CloudFormation performs a stack set operation.
|
ImportStacksToStackSetRequest.Builder |
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 |
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 |
ImportStacksToStackSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.stackIds(Collection<String> stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.stackIds(String... stackIds)
The IDs of the stacks you are importing into a stack set.
|
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.stackIdsUrl(String stackIdsUrl)
The Amazon S3 URL which contains list of stack ids to be inputted.
|
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.Builder.stackSetName(String stackSetName)
The name of the stack set.
|
ImportStacksToStackSetRequest.Builder |
ImportStacksToStackSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportStacksToStackSetRequest.Builder> |
ImportStacksToStackSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.