CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
, SdkBuilder<ListImportsRequest.Builder,ListImportsRequest>
public static interface ListImportsRequest.Builder extends CopyableBuilder<ListImportsRequest.Builder,ListImportsRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ListImportsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.