CopyableBuilder<ListImportsResponse.Builder,ListImportsResponse>
, SdkBuilder<ListImportsResponse.Builder,ListImportsResponse>
public static interface ListImportsResponse.Builder extends CopyableBuilder<ListImportsResponse.Builder,ListImportsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListImportsResponse.Builder |
imports(String... imports) |
A list of stack names that are importing the specified exported output value.
|
ListImportsResponse.Builder |
imports(Collection<String> imports) |
A list of stack names that are importing the specified exported output value.
|
ListImportsResponse.Builder |
nextToken(String nextToken) |
A string that identifies the next page of exports.
|
copy
apply, build
ListImportsResponse.Builder imports(Collection<String> imports)
A list of stack names that are importing the specified exported output value.
imports
- A list of stack names that are importing the specified exported output value.ListImportsResponse.Builder imports(String... imports)
A list of stack names that are importing the specified exported output value.
NOTE: This method appends the values to the existing list (if any). Use
#setImports(java.util.Collection)
or #withImports(java.util.Collection)
if you want to
override the existing values.
imports
- A list of stack names that are importing the specified exported output value.ListImportsResponse.Builder nextToken(String nextToken)
A string that identifies the next page of exports. If there is no additional page, this value is null.
nextToken
- A string that identifies the next page of exports. If there is no additional page, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.