Interface TagResourceRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>, KinesisRequest.Builder, SdkBuilder<TagResourceRequest.Builder,TagResourceRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
TagResourceRequest

  • Method Details

    • 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.
    • streamId

      TagResourceRequest.Builder streamId(String streamId)

      Not Implemented. Reserved for future use.

      Parameters:
      streamId - Not Implemented. Reserved for future use.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder