Interface CreateMediaCapturePipelineRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ChimeRequest.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 capture pipeline.chimeSdkMeetingConfiguration
(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration) The configuration for a specified media capture 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 will be captured.sourceType
(MediaPipelineSourceType sourceType) Source type from which the media artifacts will be captured.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.chime.model.ChimeRequest.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 will be captured. A Chime SDK Meeting is the only supported source.
- Parameters:
sourceType
- Source type from which the media artifacts will be 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 will be captured. A Chime SDK Meeting is the only supported source.
- Parameters:
sourceType
- Source type from which the media artifacts will be 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 different token for different media pipeline requests.
- Parameters:
clientRequestToken
- The unique identifier for the client request. The token makes the API request idempotent. Use a different token for different media pipeline requests.- 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 capture pipeline.
SourceType
must beChimeSdkMeeting
.- Parameters:
chimeSdkMeetingConfiguration
- The configuration for a specified media capture 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 capture 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:
-
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.
-