public static interface ListSnapshotsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListSnapshotsRequest.Builder,ListSnapshotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsRequest.Builder |
endTime(Instant endTime)
The timestamp showing when the snapshot creation finished.
|
ListSnapshotsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListSnapshotsRequest.Builder |
namespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
|
ListSnapshotsRequest.Builder |
namespaceName(String namespaceName)
The namespace from which to list all snapshots.
|
ListSnapshotsRequest.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListSnapshotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSnapshotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSnapshotsRequest.Builder |
ownerAccount(String ownerAccount)
The owner Amazon Web Services account of the snapshot.
|
ListSnapshotsRequest.Builder |
startTime(Instant startTime)
The time when the creation of the snapshot was initiated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSnapshotsRequest.Builder endTime(Instant endTime)
The timestamp showing when the snapshot creation finished.
endTime - The timestamp showing when the snapshot creation finished.ListSnapshotsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to display the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to display the next page of results.ListSnapshotsRequest.Builder namespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.
namespaceArn - The Amazon Resource Name (ARN) of the namespace from which to list all snapshots.ListSnapshotsRequest.Builder namespaceName(String namespaceName)
The namespace from which to list all snapshots.
namespaceName - The namespace from which to list all snapshots.ListSnapshotsRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.ListSnapshotsRequest.Builder ownerAccount(String ownerAccount)
The owner Amazon Web Services account of the snapshot.
ownerAccount - The owner Amazon Web Services account of the snapshot.ListSnapshotsRequest.Builder startTime(Instant startTime)
The time when the creation of the snapshot was initiated.
startTime - The time when the creation of the snapshot was initiated.ListSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.