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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisVideoStreamPoolSummary.BuilderpoolArn(String poolArn)The ARN of the video stream pool.KinesisVideoStreamPoolSummary.BuilderpoolId(String poolId)The ID of the video stream pool.KinesisVideoStreamPoolSummary.BuilderpoolName(String poolName)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 Detail
-
poolName
KinesisVideoStreamPoolSummary.Builder poolName(String 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
KinesisVideoStreamPoolSummary.Builder poolId(String 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
KinesisVideoStreamPoolSummary.Builder poolArn(String 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.
-
-