public static interface DescribeSnapshotsResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeSnapshotsResponse.Builder |
snapshots(Collection<Snapshot> snapshots)
An array of snapshots.
|
DescribeSnapshotsResponse.Builder |
snapshots(Consumer<Snapshot.Builder>... snapshots)
An array of snapshots.
|
DescribeSnapshotsResponse.Builder |
snapshots(Snapshot... snapshots)
An array of snapshots.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSnapshotsResponse.Builder snapshots(Collection<Snapshot> snapshots)
An array of snapshots.
snapshots - An array of snapshots.DescribeSnapshotsResponse.Builder snapshots(Snapshot... snapshots)
An array of snapshots.
snapshots - An array of snapshots.DescribeSnapshotsResponse.Builder snapshots(Consumer<Snapshot.Builder>... snapshots)
An array of snapshots.
This is a convenience method that creates an instance of theSnapshot.Builder avoiding the need to create one manually
via Snapshot.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #snapshots(List.
snapshots - a consumer that will call methods on
Snapshot.Builder#snapshots(java.util.Collection) DescribeSnapshotsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.