public static interface ListLegalHoldsRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListLegalHoldsRequest.Builder,ListLegalHoldsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLegalHoldsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of resource list items to be returned.
|
ListLegalHoldsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned resources.
|
ListLegalHoldsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLegalHoldsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLegalHoldsRequest.Builder nextToken(String nextToken)
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 - 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.ListLegalHoldsRequest.Builder maxResults(Integer maxResults)
The maximum number of resource list items to be returned.
maxResults - The maximum number of resource list items to be returned.ListLegalHoldsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLegalHoldsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.