public static interface ListStackSetOperationResultsResponse.Builder extends CloudFormationResponse.Builder, CopyableBuilder<ListStackSetOperationResultsResponse.Builder,ListStackSetOperationResultsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStackSetOperationResultsResponse.Builder |
nextToken(String nextToken)
If the request doesn't return all results,
NextToken is set to a token. |
ListStackSetOperationResultsResponse.Builder |
summaries(Collection<StackSetOperationResultSummary> summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
ListStackSetOperationResultsResponse.Builder |
summaries(Consumer<StackSetOperationResultSummary.Builder>... summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
ListStackSetOperationResultsResponse.Builder |
summaries(StackSetOperationResultSummary... summaries)
A list of
StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListStackSetOperationResultsResponse.Builder summaries(Collection<StackSetOperationResultSummary> summaries)
A list of StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
summaries - A list of StackSetOperationResultSummary structures that contain information about the
specified operation results, for accounts and regions that are included in the operation.ListStackSetOperationResultsResponse.Builder summaries(StackSetOperationResultSummary... summaries)
A list of StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
summaries - A list of StackSetOperationResultSummary structures that contain information about the
specified operation results, for accounts and regions that are included in the operation.ListStackSetOperationResultsResponse.Builder summaries(Consumer<StackSetOperationResultSummary.Builder>... summaries)
A list of StackSetOperationResultSummary structures that contain information about the specified
operation results, for accounts and regions that are included in the operation.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #summaries(List) .summaries - a consumer that will call methods on List.Builder #summaries(List) ListStackSetOperationResultsResponse.Builder nextToken(String nextToken)
If the request doesn't return all results, NextToken is set to a token. To retrieve the next set
of results, call ListOperationResults again and assign that token to the request object's
NextToken parameter. If there are no remaining results, NextToken is set to
null.
nextToken - If the request doesn't return all results, NextToken is set to a token. To retrieve the
next set of results, call ListOperationResults again and assign that token to the request
object's NextToken parameter. If there are no remaining results, NextToken
is set to null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.