Interface CustomRoutingEndpointConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomRoutingEndpointConfiguration.Builder,CustomRoutingEndpointConfiguration>,SdkBuilder<CustomRoutingEndpointConfiguration.Builder,CustomRoutingEndpointConfiguration>,SdkPojo
- Enclosing class:
- CustomRoutingEndpointConfiguration
public static interface CustomRoutingEndpointConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomRoutingEndpointConfiguration.Builder,CustomRoutingEndpointConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomRoutingEndpointConfiguration.BuilderattachmentArn(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.CustomRoutingEndpointConfiguration.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, sdkFields
-
-
-
-
Method Detail
-
endpointId
CustomRoutingEndpointConfiguration.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.
-
attachmentArn
CustomRoutingEndpointConfiguration.Builder attachmentArn(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.
- 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.
-
-