public static interface ListRecoveryPointsByLegalHoldRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListRecoveryPointsByLegalHoldRequest.Builder,ListRecoveryPointsByLegalHoldRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryPointsByLegalHoldRequest.Builder |
legalHoldId(String legalHoldId)
This is the ID of the legal hold.
|
ListRecoveryPointsByLegalHoldRequest.Builder |
maxResults(Integer maxResults)
This is the maximum number of resource list items to be returned.
|
ListRecoveryPointsByLegalHoldRequest.Builder |
nextToken(String nextToken)
This is the next item following a partial list of returned resources.
|
ListRecoveryPointsByLegalHoldRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecoveryPointsByLegalHoldRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecoveryPointsByLegalHoldRequest.Builder legalHoldId(String legalHoldId)
This is the ID of the legal hold.
legalHoldId - This is the ID of the legal hold.ListRecoveryPointsByLegalHoldRequest.Builder nextToken(String nextToken)
This is the next item following a partial list of returned resources. For example, if a request is made to
return maxResults number of resources, NextToken allows you to return more items in
your list starting at the location pointed to by the next token.
nextToken - This is the next item following a partial list of returned resources. For example, if a request is
made to return maxResults number of resources, NextToken allows you to
return more items in your list starting at the location pointed to by the next token.ListRecoveryPointsByLegalHoldRequest.Builder maxResults(Integer maxResults)
This is the maximum number of resource list items to be returned.
maxResults - This is the maximum number of resource list items to be returned.ListRecoveryPointsByLegalHoldRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecoveryPointsByLegalHoldRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.