Interface ListStackSetOperationResultsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListStackSetOperationResultsResponse.Builder,,ListStackSetOperationResultsResponse> SdkBuilder<ListStackSetOperationResultsResponse.Builder,,ListStackSetOperationResultsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListStackSetOperationResultsResponse
-
Method Summary
Modifier and TypeMethodDescriptionIf the request doesn't return all results,NextTokenis set to a token.summaries(Collection<StackSetOperationResultSummary> summaries) A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.summaries(Consumer<StackSetOperationResultSummary.Builder>... summaries) A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.summaries(StackSetOperationResultSummary... summaries) A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
summaries
ListStackSetOperationResultsResponse.Builder summaries(Collection<StackSetOperationResultSummary> summaries) A list of
StackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.- Parameters:
summaries- A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
A list of
StackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.- Parameters:
summaries- A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
ListStackSetOperationResultsResponse.Builder summaries(Consumer<StackSetOperationResultSummary.Builder>... summaries) A list of
This is a convenience method that creates an instance of theStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.StackSetOperationResultSummary.Builderavoiding the need to create one manually viaStackSetOperationResultSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummaries(List<StackSetOperationResultSummary>).- Parameters:
summaries- a consumer that will call methods onStackSetOperationResultSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the request doesn't return all results,
NextTokenis set to a token. To retrieve the next set of results, callListOperationResultsagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results,NextTokenis set tonull.- Parameters:
nextToken- If the request doesn't return all results,NextTokenis set to a token. To retrieve the next set of results, callListOperationResultsagain and assign that token to the request object'sNextTokenparameter. If there are no remaining results,NextTokenis set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-