public static interface DescribeSnapshotTierStatusResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotTierStatusResponse.Builder,DescribeSnapshotTierStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotTierStatusResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSnapshotTierStatusResponse.Builder |
snapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
|
DescribeSnapshotTierStatusResponse.Builder |
snapshotTierStatuses(Consumer<SnapshotTierStatus.Builder>... snapshotTierStatuses)
Information about the snapshot's storage tier.
|
DescribeSnapshotTierStatusResponse.Builder |
snapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses)
Information about the snapshot's storage tier.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSnapshotTierStatusResponse.Builder snapshotTierStatuses(Collection<SnapshotTierStatus> snapshotTierStatuses)
Information about the snapshot's storage tier.
snapshotTierStatuses - Information about the snapshot's storage tier.DescribeSnapshotTierStatusResponse.Builder snapshotTierStatuses(SnapshotTierStatus... snapshotTierStatuses)
Information about the snapshot's storage tier.
snapshotTierStatuses - Information about the snapshot's storage tier.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 via SnapshotTierStatus.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #snapshotTierStatuses(List.
snapshotTierStatuses - a consumer that will call methods on
SnapshotTierStatus.Builder#snapshotTierStatuses(java.util.Collection) DescribeSnapshotTierStatusResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.