Interface KinesisVideoStreamPoolSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KinesisVideoStreamPoolSummary.Builder,
,KinesisVideoStreamPoolSummary> SdkBuilder<KinesisVideoStreamPoolSummary.Builder,
,KinesisVideoStreamPoolSummary> SdkPojo
- Enclosing class:
KinesisVideoStreamPoolSummary
public static interface KinesisVideoStreamPoolSummary.Builder
extends SdkPojo, CopyableBuilder<KinesisVideoStreamPoolSummary.Builder,KinesisVideoStreamPoolSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the video stream pool.The ID of the video stream pool.The name of the video stream pool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
poolName
The name of the video stream pool.
- Parameters:
poolName
- The name of the video stream pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolId
The ID of the video stream pool.
- Parameters:
poolId
- The ID of the video stream pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolArn
The ARN of the video stream pool.
- Parameters:
poolArn
- The ARN of the video stream pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-