public static interface ListCustomRoutingPortMappingsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<ListCustomRoutingPortMappingsResponse.Builder,ListCustomRoutingPortMappingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomRoutingPortMappingsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListCustomRoutingPortMappingsResponse.Builder |
portMappings(Collection<PortMapping> portMappings)
The port mappings for a custom routing accelerator.
|
ListCustomRoutingPortMappingsResponse.Builder |
portMappings(Consumer<PortMapping.Builder>... portMappings)
The port mappings for a custom routing accelerator.
|
ListCustomRoutingPortMappingsResponse.Builder |
portMappings(PortMapping... portMappings)
The port mappings for a custom routing accelerator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomRoutingPortMappingsResponse.Builder portMappings(Collection<PortMapping> portMappings)
The port mappings for a custom routing accelerator.
portMappings - The port mappings for a custom routing accelerator.ListCustomRoutingPortMappingsResponse.Builder portMappings(PortMapping... portMappings)
The port mappings for a custom routing accelerator.
portMappings - The port mappings for a custom routing accelerator.ListCustomRoutingPortMappingsResponse.Builder portMappings(Consumer<PortMapping.Builder>... portMappings)
The port mappings for a custom routing accelerator.
This is a convenience method that creates an instance of thePortMapping.Builder avoiding the need to
create one manually via PortMapping.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #portMappings(List.
portMappings - a consumer that will call methods on
PortMapping.Builder#portMappings(java.util.Collection) ListCustomRoutingPortMappingsResponse.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 © 2023. All rights reserved.