public static interface DescribeSnapshotsRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotsRequest.Builder,DescribeSnapshotsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSnapshotsRequest.Builder snapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any IDs
aren't found, a SnapshotNotFound error occurs.
snapshotIds - The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any
IDs aren't found, a SnapshotNotFound error occurs.DescribeSnapshotsRequest.Builder snapshotIds(String... snapshotIds)
The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any IDs
aren't found, a SnapshotNotFound error occurs.
snapshotIds - The IDs of the snapshots that you want to retrieve. This parameter value overrides any filters. If any
IDs aren't found, a SnapshotNotFound error occurs.DescribeSnapshotsRequest.Builder filters(Collection<SnapshotFilter> filters)
The filters structure. The supported names are file-system-id or volume-id.
filters - The filters structure. The supported names are file-system-id or volume-id.DescribeSnapshotsRequest.Builder filters(SnapshotFilter... filters)
The filters structure. The supported names are file-system-id or volume-id.
filters - The filters structure. The supported names are file-system-id or volume-id.DescribeSnapshotsRequest.Builder filters(Consumer<SnapshotFilter.Builder>... filters)
The filters structure. The supported names are file-system-id or volume-id.
SnapshotFilter.Builder avoiding the need to create one
manually via SnapshotFilter.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
SnapshotFilter.Builder#filters(java.util.Collection) DescribeSnapshotsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.DescribeSnapshotsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.DescribeSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.