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.sinkIamRoleArn
(String sinkIamRoleArn) The Amazon Resource Name (ARN) of the sink role to be used withAwsKmsKeyId
inSseAwsKeyManagementParams
.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.sseAwsKeyManagementParams
(Consumer<SseAwsKeyManagementParams.Builder> sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline.sseAwsKeyManagementParams
(SseAwsKeyManagementParams sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline.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, sdkFieldNameToField, 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:
-
sseAwsKeyManagementParams
CreateMediaCapturePipelineRequest.Builder sseAwsKeyManagementParams(SseAwsKeyManagementParams sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
- Parameters:
sseAwsKeyManagementParams
- An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseAwsKeyManagementParams
default CreateMediaCapturePipelineRequest.Builder sseAwsKeyManagementParams(Consumer<SseAwsKeyManagementParams.Builder> sseAwsKeyManagementParams) An object that contains server side encryption parameters to be used by media capture pipeline. The parameters can also be used by media concatenation pipeline taking media capture pipeline as a media source.
This is a convenience method that creates an instance of theSseAwsKeyManagementParams.Builder
avoiding the need to create one manually viaSseAwsKeyManagementParams.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosseAwsKeyManagementParams(SseAwsKeyManagementParams)
.- Parameters:
sseAwsKeyManagementParams
- a consumer that will call methods onSseAwsKeyManagementParams.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sinkIamRoleArn
The Amazon Resource Name (ARN) of the sink role to be used with
AwsKmsKeyId
inSseAwsKeyManagementParams
. Can only interact withS3Bucket
sink type. The role must belong to the caller’s account and be able to act on behalf of the caller during the API call. All minimum policy permissions requirements for the caller to perform sink-related actions are the same forSinkIamRoleArn
.Additionally, the role must have permission to
kms:GenerateDataKey
using KMS key supplied asAwsKmsKeyId
inSseAwsKeyManagementParams
. If media concatenation will be required later, the role must also have permission tokms:Decrypt
for the same KMS key.- Parameters:
sinkIamRoleArn
- The Amazon Resource Name (ARN) of the sink role to be used withAwsKmsKeyId
inSseAwsKeyManagementParams
. Can only interact withS3Bucket
sink type. The role must belong to the caller’s account and be able to act on behalf of the caller during the API call. All minimum policy permissions requirements for the caller to perform sink-related actions are the same forSinkIamRoleArn
.Additionally, the role must have permission to
kms:GenerateDataKey
using KMS key supplied asAwsKmsKeyId
inSseAwsKeyManagementParams
. If media concatenation will be required later, the role must also have permission tokms:Decrypt
for the same KMS key.- 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.
- 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.
-