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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForStreamRequest.BuildernextToken(String nextToken)If you specify this parameter and the result of aListTagsForStreamcall is truncated, the response includes a token that you can use in the next request to fetch the next batch of tags.ListTagsForStreamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForStreamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForStreamRequest.BuilderstreamARN(String streamARN)The Amazon Resource Name (ARN) of the stream that you want to list tags for.ListTagsForStreamRequest.BuilderstreamName(String streamName)The name of the stream that you want to list tags for.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListTagsForStreamRequest.Builder nextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForStreamcall 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 aListTagsForStreamcall 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
ListTagsForStreamRequest.Builder streamARN(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsForStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-