public static interface ListCustomRoutingPortMappingsRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingPortMappingsRequest.Builder,ListCustomRoutingPortMappingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsRequest.Builder |
acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
|
ListCustomRoutingPortMappingsRequest.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.
|
ListCustomRoutingPortMappingsRequest.Builder |
maxResults(Integer maxResults)
The number of destination port mappings that you want to return with this call.
|
ListCustomRoutingPortMappingsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListCustomRoutingPortMappingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomRoutingPortMappingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomRoutingPortMappingsRequest.Builder acceleratorArn(String acceleratorArn)
The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.
acceleratorArn - The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.ListCustomRoutingPortMappingsRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.ListCustomRoutingPortMappingsRequest.Builder maxResults(Integer maxResults)
The number of destination port mappings that you want to return with this call. The default value is 10.
maxResults - The number of destination port mappings that you want to return with this call. The default value is
10.ListCustomRoutingPortMappingsRequest.Builder nextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken - The token for the next set of results. You receive this token from a previous call.ListCustomRoutingPortMappingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCustomRoutingPortMappingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.