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) |
ListImportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListImportsRequest.Builder exportName(String exportName)
The name of the exported output value. CloudFormation returns the stack names that are importing this value.
exportName - The name of the exported output value. 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)
overrideConfiguration in interface AwsRequest.BuilderListImportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.