Interface Resource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Resource.Builder,Resource>, SdkBuilder<Resource.Builder,Resource>, SdkPojo
Enclosing class:
Resource

@Mutable @NotThreadSafe public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
  • Method Details

    • endpointId

      Resource.Builder endpointId(String endpointId)

      The endpoint ID for the endpoint that is specified as a Amazon Web Services resource.

      An endpoint ID for the cross-account feature is the ARN of an Amazon Web Services resource, such as a Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.

      Parameters:
      endpointId - The endpoint ID for the endpoint that is specified as a Amazon Web Services resource.

      An endpoint ID for the cross-account feature is the ARN of an Amazon Web Services resource, such as a Network Load Balancer, that Global Accelerator supports as an endpoint for an accelerator.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidr

      An IP address range, in CIDR format, that is specified as resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator

      For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

      Parameters:
      cidr - An IP address range, in CIDR format, that is specified as resource. The address must be provisioned and advertised in Global Accelerator by following the bring your own IP address (BYOIP) process for Global Accelerator

      For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      Resource.Builder region(String region)

      The Amazon Web Services Region where a shared endpoint resource is located.

      Parameters:
      region - The Amazon Web Services Region where a shared endpoint resource is located.
      Returns:
      Returns a reference to this object so that method calls can be chained together.