Interface CustomRoutingEndpointConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomRoutingEndpointConfiguration.Builder,
,CustomRoutingEndpointConfiguration> SdkBuilder<CustomRoutingEndpointConfiguration.Builder,
,CustomRoutingEndpointConfiguration> SdkPojo
- Enclosing class:
CustomRoutingEndpointConfiguration
@Mutable
@NotThreadSafe
public static interface CustomRoutingEndpointConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomRoutingEndpointConfiguration.Builder,CustomRoutingEndpointConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentArn
(String attachmentArn) The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.endpointId
(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 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.
-
attachmentArn
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.
- Parameters:
attachmentArn
- The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-