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 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

      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.