public static interface ListImportsRequest.Builder extends CloudFormationRequest.Builder, CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListImportsRequest.Builder |
exportName(String exportName)
The name of the exported output value.
|
ListImportsRequest.Builder |
nextToken(String nextToken)
A string (provided by the ListImports response output) that identifies the next page of stacks that
are importing the specified exported output value.
|
ListImportsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListImportsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListImportsRequest.Builder exportName(String exportName)
The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.
exportName - The name of the exported output value. AWS CloudFormation returns the stack names that are importing
this value.ListImportsRequest.Builder nextToken(String nextToken)
A string (provided by the ListImports response output) that identifies the next page of stacks that are importing the specified exported output value.
nextToken - A string (provided by the ListImports response output) that identifies the next page of stacks
that are importing the specified exported output value.ListImportsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListImportsRequest.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.