Interface TagResourceRequest.Builder

    • Method Detail

      • tags

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

        An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.

        Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

        Parameters:
        tags - An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource.

        Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceARN

        TagResourceRequest.Builder resourceARN​(String resourceARN)

        The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.

        Parameters:
        resourceARN - The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.