public static interface AddCustomRoutingEndpointsResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<AddCustomRoutingEndpointsResponse.Builder,AddCustomRoutingEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
AddCustomRoutingEndpointsResponse.Builder |
endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
AddCustomRoutingEndpointsResponse.Builder |
endpointDescriptions(Consumer<CustomRoutingEndpointDescription.Builder>... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
AddCustomRoutingEndpointsResponse.Builder |
endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
AddCustomRoutingEndpointsResponse.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddCustomRoutingEndpointsResponse.Builder endpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
endpointDescriptions - The endpoint objects added to the custom routing accelerator.AddCustomRoutingEndpointsResponse.Builder endpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
endpointDescriptions - The endpoint objects added to the custom routing accelerator.AddCustomRoutingEndpointsResponse.Builder endpointDescriptions(Consumer<CustomRoutingEndpointDescription.Builder>... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
This is a convenience method that creates an instance of theCustomRoutingEndpointDescription.Builder
avoiding the need to create one manually via
CustomRoutingEndpointDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #endpointDescriptions(List.
endpointDescriptions - a consumer that will call methods on
CustomRoutingEndpointDescription.Builder#endpointDescriptions(java.util.Collection) AddCustomRoutingEndpointsResponse.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
endpointGroupArn - The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.Copyright © 2022. All rights reserved.