public static interface GetManagedPrefixListEntriesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetManagedPrefixListEntriesRequest.Builder,GetManagedPrefixListEntriesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetManagedPrefixListEntriesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetManagedPrefixListEntriesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetManagedPrefixListEntriesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetManagedPrefixListEntriesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetManagedPrefixListEntriesRequest.Builder |
prefixListId(String prefixListId)
The ID of the prefix list.
|
GetManagedPrefixListEntriesRequest.Builder |
targetVersion(Long targetVersion)
The version of the prefix list for which to return the entries.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetManagedPrefixListEntriesRequest.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId - The ID of the prefix list.GetManagedPrefixListEntriesRequest.Builder targetVersion(Long targetVersion)
The version of the prefix list for which to return the entries. The default is the current version.
targetVersion - The version of the prefix list for which to return the entries. The default is the current version.GetManagedPrefixListEntriesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.GetManagedPrefixListEntriesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetManagedPrefixListEntriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetManagedPrefixListEntriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.