Interface ListStackInstanceResourceDriftsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<ListStackInstanceResourceDriftsResponse.Builder,ListStackInstanceResourceDriftsResponse>,SdkBuilder<ListStackInstanceResourceDriftsResponse.Builder,ListStackInstanceResourceDriftsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListStackInstanceResourceDriftsResponse
public static interface ListStackInstanceResourceDriftsResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<ListStackInstanceResourceDriftsResponse.Builder,ListStackInstanceResourceDriftsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStackInstanceResourceDriftsResponse.BuildernextToken(String nextToken)If the previous paginated request didn't return all of the remaining results, the response object'sNextTokenparameter value is set to a token.ListStackInstanceResourceDriftsResponse.Buildersummaries(Collection<StackInstanceResourceDriftsSummary> summaries)A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.ListStackInstanceResourceDriftsResponse.Buildersummaries(Consumer<StackInstanceResourceDriftsSummary.Builder>... summaries)A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.ListStackInstanceResourceDriftsResponse.Buildersummaries(StackInstanceResourceDriftsSummary... summaries)A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
summaries
ListStackInstanceResourceDriftsResponse.Builder summaries(Collection<StackInstanceResourceDriftsSummary> summaries)
A list of
StackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.- Parameters:
summaries- A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
ListStackInstanceResourceDriftsResponse.Builder summaries(StackInstanceResourceDriftsSummary... summaries)
A list of
StackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.- Parameters:
summaries- A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
ListStackInstanceResourceDriftsResponse.Builder summaries(Consumer<StackInstanceResourceDriftsSummary.Builder>... summaries)
A list of
This is a convenience method that creates an instance of theStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.StackInstanceResourceDriftsSummary.Builderavoiding the need to create one manually viaStackInstanceResourceDriftsSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#summaries(List.) - Parameters:
summaries- a consumer that will call methods onStackInstanceResourceDriftsSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#summaries(java.util.Collection)
-
nextToken
ListStackInstanceResourceDriftsResponse.Builder nextToken(String nextToken)
If the previous paginated request didn't return all of the remaining results, the response object's
NextTokenparameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.- Parameters:
nextToken- If the previous paginated request didn't return all of the remaining results, the response object'sNextTokenparameter value is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-