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 items to return for this request.
|
DescribeFastSnapshotRestoresRequest.Builder |
nextToken(String nextToken)
The token returned from a previous paginated request.
|
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 items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.DescribeFastSnapshotRestoresRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.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.