public static interface DescribeFastSnapshotRestoresRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFastSnapshotRestoresRequest.Builder,DescribeFastSnapshotRestoresRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFastSnapshotRestoresRequest.Builder |
filters(Collection<Filter> filters)
The filters.
|
DescribeFastSnapshotRestoresRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
The filters.
|
DescribeFastSnapshotRestoresRequest.Builder |
filters(Filter... filters)
The filters.
|
DescribeFastSnapshotRestoresRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeFastSnapshotRestoresRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribeFastSnapshotRestoresRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFastSnapshotRestoresRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFastSnapshotRestoresRequest.Builder filters(Collection<Filter> filters)
The filters. The possible values are:
availability-zone: The Availability Zone of the snapshot.
owner-id: The ID of the Amazon Web Services account that enabled fast snapshot restore on the
snapshot.
snapshot-id: The ID of the snapshot.
state: The state of fast snapshot restores for the snapshot (enabling |
optimizing | enabled | disabling | disabled).
filters - The filters. The possible values are:
availability-zone: The Availability Zone of the snapshot.
owner-id: The ID of the Amazon Web Services account that enabled fast snapshot restore on
the snapshot.
snapshot-id: The ID of the snapshot.
state: The state of fast snapshot restores for the snapshot (enabling |
optimizing | enabled | disabling | disabled).
DescribeFastSnapshotRestoresRequest.Builder filters(Filter... filters)
The filters. The possible values are:
availability-zone: The Availability Zone of the snapshot.
owner-id: The ID of the Amazon Web Services account that enabled fast snapshot restore on the
snapshot.
snapshot-id: The ID of the snapshot.
state: The state of fast snapshot restores for the snapshot (enabling |
optimizing | enabled | disabling | disabled).
filters - The filters. The possible values are:
availability-zone: The Availability Zone of the snapshot.
owner-id: The ID of the Amazon Web Services account that enabled fast snapshot restore on
the snapshot.
snapshot-id: The ID of the snapshot.
state: The state of fast snapshot restores for the snapshot (enabling |
optimizing | enabled | disabling | disabled).
DescribeFastSnapshotRestoresRequest.Builder filters(Consumer<Filter.Builder>... filters)
The filters. The possible values are:
availability-zone: The Availability Zone of the snapshot.
owner-id: The ID of the Amazon Web Services account that enabled fast snapshot restore on the
snapshot.
snapshot-id: The ID of the snapshot.
state: The state of fast snapshot restores for the snapshot (enabling |
optimizing | enabled | disabling | disabled).
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeFastSnapshotRestoresRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.DescribeFastSnapshotRestoresRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeFastSnapshotRestoresRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFastSnapshotRestoresRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.