Interface CreateMediaCapturePipelineRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChimeSdkMediaPipelinesRequest.Builder,CopyableBuilder<CreateMediaCapturePipelineRequest.Builder,CreateMediaCapturePipelineRequest>,SdkBuilder<CreateMediaCapturePipelineRequest.Builder,CreateMediaCapturePipelineRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateMediaCapturePipelineRequest
public static interface CreateMediaCapturePipelineRequest.Builder extends ChimeSdkMediaPipelinesRequest.Builder, SdkPojo, CopyableBuilder<CreateMediaCapturePipelineRequest.Builder,CreateMediaCapturePipelineRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmediapipelines.model.ChimeSdkMediaPipelinesRequest.Builder
build
-
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
-
sourceType
CreateMediaCapturePipelineRequest.Builder sourceType(String sourceType)
Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
- Parameters:
sourceType- Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaPipelineSourceType,MediaPipelineSourceType
-
sourceType
CreateMediaCapturePipelineRequest.Builder sourceType(MediaPipelineSourceType sourceType)
Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
- Parameters:
sourceType- Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaPipelineSourceType,MediaPipelineSourceType
-
sourceArn
CreateMediaCapturePipelineRequest.Builder sourceArn(String sourceArn)
ARN of the source from which the media artifacts are captured.
- Parameters:
sourceArn- ARN of the source from which the media artifacts are captured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sinkType
CreateMediaCapturePipelineRequest.Builder sinkType(String sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
- Parameters:
sinkType- Destination type to which the media artifacts are saved. You must use an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaPipelineSinkType,MediaPipelineSinkType
-
sinkType
CreateMediaCapturePipelineRequest.Builder sinkType(MediaPipelineSinkType sinkType)
Destination type to which the media artifacts are saved. You must use an S3 bucket.
- Parameters:
sinkType- Destination type to which the media artifacts are saved. You must use an S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MediaPipelineSinkType,MediaPipelineSinkType
-
sinkArn
CreateMediaCapturePipelineRequest.Builder sinkArn(String sinkArn)
The ARN of the sink type.
- Parameters:
sinkArn- The ARN of the sink type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
CreateMediaCapturePipelineRequest.Builder clientRequestToken(String clientRequestToken)
The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request.
- Parameters:
clientRequestToken- The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeSdkMeetingConfiguration
CreateMediaCapturePipelineRequest.Builder chimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration)
The configuration for a specified media pipeline.
SourceTypemust beChimeSdkMeeting.- Parameters:
chimeSdkMeetingConfiguration- The configuration for a specified media pipeline.SourceTypemust beChimeSdkMeeting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chimeSdkMeetingConfiguration
default CreateMediaCapturePipelineRequest.Builder chimeSdkMeetingConfiguration(Consumer<ChimeSdkMeetingConfiguration.Builder> chimeSdkMeetingConfiguration)
The configuration for a specified media pipeline.
This is a convenience method that creates an instance of theSourceTypemust beChimeSdkMeeting.ChimeSdkMeetingConfiguration.Builderavoiding the need to create one manually viaChimeSdkMeetingConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration).- Parameters:
chimeSdkMeetingConfiguration- a consumer that will call methods onChimeSdkMeetingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration)
-
tags
CreateMediaCapturePipelineRequest.Builder tags(Collection<Tag> tags)
The tag key-value pairs.
- Parameters:
tags- The tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateMediaCapturePipelineRequest.Builder tags(Tag... tags)
The tag key-value pairs.
- Parameters:
tags- The tag key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateMediaCapturePipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tag key-value pairs.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateMediaCapturePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateMediaCapturePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-