public static interface ListCustomRoutingPortMappingsByDestinationResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingPortMappingsByDestinationResponse.Builder,ListCustomRoutingPortMappingsByDestinationResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsByDestinationResponse.Builder |
destinationPortMappings(Collection<DestinationPortMapping> destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
ListCustomRoutingPortMappingsByDestinationResponse.Builder |
destinationPortMappings(Consumer<DestinationPortMapping.Builder>... destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
ListCustomRoutingPortMappingsByDestinationResponse.Builder |
destinationPortMappings(DestinationPortMapping... destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
|
ListCustomRoutingPortMappingsByDestinationResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomRoutingPortMappingsByDestinationResponse.Builder destinationPortMappings(Collection<DestinationPortMapping> destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
destinationPortMappings - The port mappings for the endpoint IP address that you specified in the request.ListCustomRoutingPortMappingsByDestinationResponse.Builder destinationPortMappings(DestinationPortMapping... destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
destinationPortMappings - The port mappings for the endpoint IP address that you specified in the request.ListCustomRoutingPortMappingsByDestinationResponse.Builder destinationPortMappings(Consumer<DestinationPortMapping.Builder>... destinationPortMappings)
The port mappings for the endpoint IP address that you specified in the request.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #destinationPortMappings(List) .destinationPortMappings - a consumer that will call methods on List.Builder #destinationPortMappings(List) ListCustomRoutingPortMappingsByDestinationResponse.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.Copyright © 2021. All rights reserved.