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 method that creates an instance of theDestinationPortMapping.Builder avoiding the
need to create one manually via
DestinationPortMapping.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #destinationPortMappings(List.
destinationPortMappings - a consumer that will call methods on
DestinationPortMapping.Builder#destinationPortMappings(java.util.Collection) 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 © 2022. All rights reserved.