Interface AppInstanceUserEndpointSummary.Builder

    • Method Detail

      • appInstanceUserArn

        AppInstanceUserEndpointSummary.Builder appInstanceUserArn​(String appInstanceUserArn)

        The ARN of the AppInstanceUser.

        Parameters:
        appInstanceUserArn - The ARN of the AppInstanceUser.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointId

        AppInstanceUserEndpointSummary.Builder endpointId​(String endpointId)

        The unique identifier of the AppInstanceUserEndpoint.

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

        AppInstanceUserEndpointSummary.Builder name​(String name)

        The name of the AppInstanceUserEndpoint.

        Parameters:
        name - The name of the AppInstanceUserEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowMessages

        AppInstanceUserEndpointSummary.Builder allowMessages​(String allowMessages)

        BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

        Parameters:
        allowMessages - BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AllowMessages, AllowMessages
      • allowMessages

        AppInstanceUserEndpointSummary.Builder allowMessages​(AllowMessages allowMessages)

        BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

        Parameters:
        allowMessages - BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AllowMessages, AllowMessages
      • endpointState

        AppInstanceUserEndpointSummary.Builder endpointState​(EndpointState endpointState)

        A read-only field that represent the state of an AppInstanceUserEndpoint.

        Parameters:
        endpointState - A read-only field that represent the state of an AppInstanceUserEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.