Interface CreateMediaCapturePipelineRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeSdkMediaPipelinesRequest.Builder
,CopyableBuilder<CreateMediaCapturePipelineRequest.Builder,
,CreateMediaCapturePipelineRequest> SdkBuilder<CreateMediaCapturePipelineRequest.Builder,
,CreateMediaCapturePipelineRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMediaCapturePipelineRequest
-
Method Summary
Modifier and TypeMethodDescriptionchimeSdkMeetingConfiguration
(Consumer<ChimeSdkMeetingConfiguration.Builder> chimeSdkMeetingConfiguration) The configuration for a specified media pipeline.chimeSdkMeetingConfiguration
(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration) The configuration for a specified media pipeline.clientRequestToken
(String clientRequestToken) The unique identifier for the client request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ARN of the sink type.Destination type to which the media artifacts are saved.sinkType
(MediaPipelineSinkType sinkType) Destination type to which the media artifacts are saved.ARN of the source from which the media artifacts are captured.sourceType
(String sourceType) Source type from which the media artifacts are captured.sourceType
(MediaPipelineSourceType sourceType) Source type from which the media artifacts are captured.tags
(Collection<Tag> tags) The tag key-value pairs.tags
(Consumer<Tag.Builder>... tags) The tag key-value pairs.The tag key-value pairs.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 Details
-
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:
-
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:
-
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
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:
-
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:
-
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
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.
SourceType
must beChimeSdkMeeting
.- Parameters:
chimeSdkMeetingConfiguration
- The configuration for a specified media pipeline.SourceType
must 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 theSourceType
must beChimeSdkMeeting
.ChimeSdkMeetingConfiguration.Builder
avoiding the need to create one manually viaChimeSdkMeetingConfiguration.builder()
.When the
Consumer
completes,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:
-
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
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
The tag key-value pairs.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- 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:
-
overrideConfiguration
CreateMediaCapturePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateMediaCapturePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-