static DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.builder() |
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.clusterExists(Boolean clusterExists) |
A value that indicates whether to return snapshots only for an existing cluster.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.clusterIdentifier(String clusterIdentifier) |
The identifier of the cluster which generated the requested snapshots.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.endTime(Instant endTime) |
A time value that requests only snapshots created at or before the specified time.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.marker(String marker) |
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.maxRecords(Integer maxRecords) |
The maximum number of response records to return in each call.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.ownerAccount(String ownerAccount) |
The Amazon Web Services account used to create or copy the snapshot.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.snapshotArn(String snapshotArn) |
The Amazon Resource Name (ARN) of the snapshot associated with the message to describe cluster snapshots.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.snapshotIdentifier(String snapshotIdentifier) |
The snapshot identifier of the snapshot about which to return information.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.snapshotType(String snapshotType) |
The type of snapshots for which you are requesting information.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.sortingEntities(Collection<SnapshotSortingEntity> sortingEntities) |
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.sortingEntities(Consumer<SnapshotSortingEntity.Builder>... sortingEntities) |
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.sortingEntities(SnapshotSortingEntity... sortingEntities) |
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.startTime(Instant startTime) |
A value that requests only snapshots created at or after the specified time.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.tagKeys(String... tagKeys) |
A tag key or keys for which you want to return all matching cluster snapshots that are associated with the
specified key or keys.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.tagKeys(Collection<String> tagKeys) |
A tag key or keys for which you want to return all matching cluster snapshots that are associated with the
specified key or keys.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.tagValues(String... tagValues) |
A tag value or values for which you want to return all matching cluster snapshots that are associated with
the specified tag value or values.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.Builder.tagValues(Collection<String> tagValues) |
A tag value or values for which you want to return all matching cluster snapshots that are associated with
the specified tag value or values.
|
DescribeClusterSnapshotsRequest.Builder |
DescribeClusterSnapshotsRequest.toBuilder() |
|