Interface DescribeSnapshotTierStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeSnapshotTierStatusResponse.Builder,
,DescribeSnapshotTierStatusResponse> Ec2Response.Builder
,SdkBuilder<DescribeSnapshotTierStatusResponse.Builder,
,DescribeSnapshotTierStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeSnapshotTierStatusResponse
public static interface DescribeSnapshotTierStatusResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotTierStatusResponse.Builder,DescribeSnapshotTierStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.snapshotTierStatuses
(Collection<SnapshotTierStatus> snapshotTierStatuses) Information about the snapshot's storage tier.snapshotTierStatuses
(Consumer<SnapshotTierStatus.Builder>... snapshotTierStatuses) Information about the snapshot's storage tier.snapshotTierStatuses
(SnapshotTierStatus... snapshotTierStatuses) Information about the snapshot's storage tier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
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 Details
-
snapshotTierStatuses
DescribeSnapshotTierStatusResponse.Builder snapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses) Information about the snapshot's storage tier.
- Parameters:
snapshotTierStatuses
- Information about the snapshot's storage tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotTierStatuses
DescribeSnapshotTierStatusResponse.Builder snapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses) Information about the snapshot's storage tier.
- Parameters:
snapshotTierStatuses
- Information about the snapshot's storage tier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshotTierStatuses
DescribeSnapshotTierStatusResponse.Builder snapshotTierStatuses(Consumer<SnapshotTierStatus.Builder>... snapshotTierStatuses) Information about the snapshot's storage tier.
This is a convenience method that creates an instance of theSnapshotTierStatus.Builder
avoiding the need to create one manually viaSnapshotTierStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosnapshotTierStatuses(List<SnapshotTierStatus>)
.- Parameters:
snapshotTierStatuses
- a consumer that will call methods onSnapshotTierStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.- Parameters:
nextToken
- The token to include in another request to get the next page of items. This value isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-