Interface CustomRoutingEndpointDescription.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CustomRoutingEndpointDescription.Builder,,CustomRoutingEndpointDescription> SdkBuilder<CustomRoutingEndpointDescription.Builder,,CustomRoutingEndpointDescription> SdkPojo
- Enclosing class:
 CustomRoutingEndpointDescription
public static interface CustomRoutingEndpointDescription.Builder
extends SdkPojo, CopyableBuilder<CustomRoutingEndpointDescription.Builder,CustomRoutingEndpointDescription> 
- 
Method Summary
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
endpointId
An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.
- Parameters:
 endpointId- An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -