Interface CreateManagedEndpointResponse.Builder

    • Method Detail

      • id

        CreateManagedEndpointResponse.Builder id​(String id)

        The output contains the ID of the managed endpoint.

        Parameters:
        id - The output contains the ID of the managed endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        CreateManagedEndpointResponse.Builder name​(String name)

        The output contains the name of the managed endpoint.

        Parameters:
        name - The output contains the name of the managed endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        CreateManagedEndpointResponse.Builder arn​(String arn)

        The output contains the ARN of the managed endpoint.

        Parameters:
        arn - The output contains the ARN of the managed endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • virtualClusterId

        CreateManagedEndpointResponse.Builder virtualClusterId​(String virtualClusterId)

        The output contains the ID of the virtual cluster.

        Parameters:
        virtualClusterId - The output contains the ID of the virtual cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.