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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomRoutingEndpointDescription.BuilderendpointId(String endpointId)An ID for the endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endpointId
CustomRoutingEndpointDescription.Builder endpointId(String 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.
-
-