public static interface ListRecoveryPointsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<ListRecoveryPointsRequest.Builder,ListRecoveryPointsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsRequest.Builder |
endTime(Instant endTime)
The time when creation of the recovery point finished.
|
ListRecoveryPointsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListRecoveryPointsRequest.Builder |
namespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
|
ListRecoveryPointsRequest.Builder |
namespaceName(String namespaceName)
The name of the namespace to list recovery points for.
|
ListRecoveryPointsRequest.Builder |
nextToken(String nextToken)
If your initial
ListRecoveryPoints operation returns a nextToken, you can include
the returned nextToken in following ListRecoveryPoints operations, which returns
results in the next page. |
ListRecoveryPointsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecoveryPointsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRecoveryPointsRequest.Builder |
startTime(Instant startTime)
The time when the recovery point's creation was initiated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecoveryPointsRequest.Builder endTime(Instant endTime)
The time when creation of the recovery point finished.
endTime - The time when creation of the recovery point finished.ListRecoveryPointsRequest.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.ListRecoveryPointsRequest.Builder namespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
namespaceArn - The Amazon Resource Name (ARN) of the namespace from which to list recovery points.ListRecoveryPointsRequest.Builder namespaceName(String namespaceName)
The name of the namespace to list recovery points for.
namespaceName - The name of the namespace to list recovery points for.ListRecoveryPointsRequest.Builder nextToken(String nextToken)
If your initial ListRecoveryPoints operation returns a nextToken, you can include
the returned nextToken in following ListRecoveryPoints operations, which returns
results in the next page.
nextToken - If your initial ListRecoveryPoints operation returns a nextToken, you can
include the returned nextToken in following ListRecoveryPoints operations,
which returns results in the next page.ListRecoveryPointsRequest.Builder startTime(Instant startTime)
The time when the recovery point's creation was initiated.
startTime - The time when the recovery point's creation was initiated.ListRecoveryPointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecoveryPointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.