public static interface ListStackInstancesRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<ListStackInstancesRequest.Builder,ListStackInstancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStackInstancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListStackInstancesRequest.Builder |
nextToken(String nextToken)
If the previous request didn't return all of the remaining results, the response's
NextToken
parameter value is set to a token. |
ListStackInstancesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListStackInstancesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListStackInstancesRequest.Builder |
stackInstanceAccount(String stackInstanceAccount)
The name of the AWS account that you want to list stack instances for.
|
ListStackInstancesRequest.Builder |
stackInstanceRegion(String stackInstanceRegion)
The name of the region where you want to list stack instances.
|
ListStackInstancesRequest.Builder |
stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to list stack instances for.
|
buildrequestOverrideConfigcopyapply, buildListStackInstancesRequest.Builder stackSetName(String stackSetName)
The name or unique ID of the stack set that you want to list stack instances for.
stackSetName - The name or unique ID of the stack set that you want to list stack instances for.ListStackInstancesRequest.Builder nextToken(String nextToken)
If the previous request didn't return all of the remaining results, the response's NextToken
parameter value is set to a token. To retrieve the next set of results, call ListStackInstances
again and assign that token to the request object's NextToken parameter. If there are no
remaining results, the previous response object's NextToken parameter is set to
null.
nextToken - If the previous request didn't return all of the remaining results, the response's
NextToken parameter value is set to a token. To retrieve the next set of results, call
ListStackInstances again and assign that token to the request object's
NextToken parameter. If there are no remaining results, the previous response object's
NextToken parameter is set to null.ListStackInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds
this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.ListStackInstancesRequest.Builder stackInstanceAccount(String stackInstanceAccount)
The name of the AWS account that you want to list stack instances for.
stackInstanceAccount - The name of the AWS account that you want to list stack instances for.ListStackInstancesRequest.Builder stackInstanceRegion(String stackInstanceRegion)
The name of the region where you want to list stack instances.
stackInstanceRegion - The name of the region where you want to list stack instances.ListStackInstancesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListStackInstancesRequest.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.