| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator |
|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomRoutingEndpointGroupResponse |
GlobalAcceleratorClient.createCustomRoutingEndpointGroup(Consumer<CreateCustomRoutingEndpointGroupRequest.Builder> createCustomRoutingEndpointGroupRequest)
Create an endpoint group for the specified listener for a custom routing accelerator.
|
default CompletableFuture<CreateCustomRoutingEndpointGroupResponse> |
GlobalAcceleratorAsyncClient.createCustomRoutingEndpointGroup(Consumer<CreateCustomRoutingEndpointGroupRequest.Builder> createCustomRoutingEndpointGroupRequest)
Create an endpoint group for the specified listener for a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.builder() |
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.destinationConfigurations(Collection<CustomRoutingDestinationConfiguration> destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing
endpoint group to accept client traffic on.
|
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.destinationConfigurations(Consumer<CustomRoutingDestinationConfiguration.Builder>... destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing
endpoint group to accept client traffic on.
|
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.destinationConfigurations(CustomRoutingDestinationConfiguration... destinationConfigurations)
Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing
endpoint group to accept client traffic on.
|
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.endpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region where the endpoint group is located.
|
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.idempotencyToken(String idempotencyToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.listenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.
|
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomRoutingEndpointGroupRequest.Builder |
CreateCustomRoutingEndpointGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCustomRoutingEndpointGroupRequest.Builder> |
CreateCustomRoutingEndpointGroupRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.