Interface ListTagsForStreamRequest.Builder

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

public static interface ListTagsForStreamRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForStreamRequest.Builder,ListTagsForStreamRequest>
  • Method Details

    • nextToken

      If you specify this parameter and the result of a ListTagsForStream call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.

      Parameters:
      nextToken - If you specify this parameter and the result of a ListTagsForStream call is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamARN

      The Amazon Resource Name (ARN) of the stream that you want to list tags for.

      Parameters:
      streamARN - The Amazon Resource Name (ARN) of the stream that you want to list tags for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamName

      ListTagsForStreamRequest.Builder streamName(String streamName)

      The name of the stream that you want to list tags for.

      Parameters:
      streamName - The name of the stream that you want to list tags for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTagsForStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.