public static interface ListImportsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListImportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListImportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.