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 theList.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 #snapshotTierStatuses(List) .snapshotTierStatuses - a consumer that will call methods on List.Builder #snapshotTierStatuses(List) 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 © 2022. All rights reserved.