static ListSnapshotsRequest.Builder |
ListSnapshotsRequest.builder() |
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.endTime(Instant endTime) |
The timestamp showing when the snapshot creation finished.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.maxResults(Integer maxResults) |
An optional parameter that specifies the maximum number of results to return.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.namespaceArn(String namespaceArn) |
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.namespaceName(String namespaceName) |
The namespace from which to list all snapshots.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.nextToken(String nextToken) |
If nextToken is returned, there are more results available.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.ownerAccount(String ownerAccount) |
The owner Amazon Web Services account of the snapshot.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.startTime(Instant startTime) |
The time when the creation of the snapshot was initiated.
|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.toBuilder() |
|