public static interface GetManagedPrefixListAssociationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetManagedPrefixListAssociationsRequest.Builder,GetManagedPrefixListAssociationsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetManagedPrefixListAssociationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetManagedPrefixListAssociationsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetManagedPrefixListAssociationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetManagedPrefixListAssociationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetManagedPrefixListAssociationsRequest.Builder |
prefixListId(String prefixListId)
The ID of the prefix list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetManagedPrefixListAssociationsRequest.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId - The ID of the prefix list.GetManagedPrefixListAssociationsRequest.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.GetManagedPrefixListAssociationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetManagedPrefixListAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetManagedPrefixListAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.