public static interface DescribeStackInstanceRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<DescribeStackInstanceRequest.Builder,DescribeStackInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStackInstanceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeStackInstanceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStackInstanceRequest.Builder |
stackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
|
DescribeStackInstanceRequest.Builder |
stackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
|
DescribeStackInstanceRequest.Builder |
stackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
|
buildrequestOverrideConfigcopyapply, buildDescribeStackInstanceRequest.Builder stackSetName(String stackSetName)
The name or the unique stack ID of the stack set that you want to get stack instance information for.
stackSetName - The name or the unique stack ID of the stack set that you want to get stack instance information for.DescribeStackInstanceRequest.Builder stackInstanceAccount(String stackInstanceAccount)
The ID of an AWS account that's associated with this stack instance.
stackInstanceAccount - The ID of an AWS account that's associated with this stack instance.DescribeStackInstanceRequest.Builder stackInstanceRegion(String stackInstanceRegion)
The name of a region that's associated with this stack instance.
stackInstanceRegion - The name of a region that's associated with this stack instance.DescribeStackInstanceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeStackInstanceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.