Interface AccessEndpoint.Builder

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

public static interface AccessEndpoint.Builder extends SdkPojo, CopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>
  • Method Details

    • endpointType

      AccessEndpoint.Builder endpointType(String endpointType)

      The type of interface endpoint.

      Parameters:
      endpointType - The type of interface endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpointType

      AccessEndpoint.Builder endpointType(AccessEndpointType endpointType)

      The type of interface endpoint.

      Parameters:
      endpointType - The type of interface endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • vpceId

      The identifier (ID) of the VPC in which the interface endpoint is used.

      Parameters:
      vpceId - The identifier (ID) of the VPC in which the interface endpoint is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.