Interface GetSinkResponse.Builder

    • Method Detail

      • arn

        GetSinkResponse.Builder arn​(String arn)

        The ARN of the sink.

        Parameters:
        arn - The ARN of the sink.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        GetSinkResponse.Builder id​(String id)

        The random ID string that Amazon Web Services generated as part of the sink ARN.

        Parameters:
        id - The random ID string that Amazon Web Services generated as part of the sink ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetSinkResponse.Builder name​(String name)

        The name of the sink.

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

        GetSinkResponse.Builder tags​(Map<String,​String> tags)

        The tags assigned to the sink.

        Parameters:
        tags - The tags assigned to the sink.
        Returns:
        Returns a reference to this object so that method calls can be chained together.