CopyableBuilder<ListStackResourcesResponse.Builder,ListStackResourcesResponse>
, SdkBuilder<ListStackResourcesResponse.Builder,ListStackResourcesResponse>
public static interface ListStackResourcesResponse.Builder extends CopyableBuilder<ListStackResourcesResponse.Builder,ListStackResourcesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListStackResourcesResponse.Builder |
nextToken(String nextToken) |
If the output exceeds 1 MB, a string that identifies the next page of stack resources.
|
ListStackResourcesResponse.Builder |
stackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries) |
A list of
StackResourceSummary structures. |
ListStackResourcesResponse.Builder |
stackResourceSummaries(StackResourceSummary... stackResourceSummaries) |
A list of
StackResourceSummary structures. |
copy
apply, build
ListStackResourcesResponse.Builder stackResourceSummaries(Collection<StackResourceSummary> stackResourceSummaries)
A list of StackResourceSummary
structures.
stackResourceSummaries
- A list of StackResourceSummary
structures.ListStackResourcesResponse.Builder stackResourceSummaries(StackResourceSummary... stackResourceSummaries)
A list of StackResourceSummary
structures.
NOTE: This method appends the values to the existing list (if any). Use
#setStackResourceSummaries(java.util.Collection)
or
#withStackResourceSummaries(java.util.Collection)
if you want to override the existing values.
stackResourceSummaries
- A list of StackResourceSummary
structures.ListStackResourcesResponse.Builder nextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
nextToken
- If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no
additional page exists, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.