Interface VpcEndpoint.Builder

    • Method Detail

      • vpcEndpointId

        VpcEndpoint.Builder vpcEndpointId​(String vpcEndpointId)

        The unique identifier of the endpoint.

        Parameters:
        vpcEndpointId - The unique identifier of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpointOwner

        VpcEndpoint.Builder vpcEndpointOwner​(String vpcEndpointOwner)

        The creator of the endpoint.

        Parameters:
        vpcEndpointOwner - The creator of the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainArn

        VpcEndpoint.Builder domainArn​(String domainArn)

        The Amazon Resource Name (ARN) of the domain associated with the endpoint.

        Parameters:
        domainArn - The Amazon Resource Name (ARN) of the domain associated with the endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcOptions

        VpcEndpoint.Builder vpcOptions​(VPCDerivedInfo vpcOptions)

        Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.

        Parameters:
        vpcOptions - Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        VpcEndpoint.Builder endpoint​(String endpoint)

        The connection endpoint ID for connecting to the domain.

        Parameters:
        endpoint - The connection endpoint ID for connecting to the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.