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 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 #endpointDescriptions(List)
.endpointDescriptions - a consumer that will call methods on List.Builder #endpointDescriptions(List) 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 © 2021. All rights reserved.