JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.chimesdkmediapipelines.model

Class CreateMediaCapturePipelineRequest

    • Constructor Detail

      • CreateMediaCapturePipelineRequest

        public CreateMediaCapturePipelineRequest()
    • Method Detail

      • setSourceType

        public void setSourceType(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.
        See Also:
        MediaPipelineSourceType
      • getSourceType

        public String getSourceType()

        Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.

        Returns:
        Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source.
        See Also:
        MediaPipelineSourceType
      • withSourceType

        public CreateMediaCapturePipelineRequest withSourceType(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
      • withSourceType

        public CreateMediaCapturePipelineRequest withSourceType(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
      • setSourceArn

        public void setSourceArn(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.
      • getSourceArn

        public String getSourceArn()

        ARN of the source from which the media artifacts are captured.

        Returns:
        ARN of the source from which the media artifacts are captured.
      • withSourceArn

        public CreateMediaCapturePipelineRequest withSourceArn(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.
      • setSinkType

        public void setSinkType(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.
        See Also:
        MediaPipelineSinkType
      • getSinkType

        public String getSinkType()

        Destination type to which the media artifacts are saved. You must use an S3 bucket.

        Returns:
        Destination type to which the media artifacts are saved. You must use an S3 bucket.
        See Also:
        MediaPipelineSinkType
      • withSinkType

        public CreateMediaCapturePipelineRequest withSinkType(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
      • withSinkType

        public CreateMediaCapturePipelineRequest withSinkType(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
      • setSinkArn

        public void setSinkArn(String sinkArn)

        The ARN of the sink type.

        Parameters:
        sinkArn - The ARN of the sink type.
      • getSinkArn

        public String getSinkArn()

        The ARN of the sink type.

        Returns:
        The ARN of the sink type.
      • withSinkArn

        public CreateMediaCapturePipelineRequest withSinkArn(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.
      • setClientRequestToken

        public void setClientRequestToken(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.
      • getClientRequestToken

        public String getClientRequestToken()

        The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request.

        Returns:
        The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request.
      • withClientRequestToken

        public CreateMediaCapturePipelineRequest withClientRequestToken(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.
      • setChimeSdkMeetingConfiguration

        public void setChimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration)

        The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting.

        Parameters:
        chimeSdkMeetingConfiguration - The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting.
      • getChimeSdkMeetingConfiguration

        public ChimeSdkMeetingConfiguration getChimeSdkMeetingConfiguration()

        The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting.

        Returns:
        The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting.
      • withChimeSdkMeetingConfiguration

        public CreateMediaCapturePipelineRequest withChimeSdkMeetingConfiguration(ChimeSdkMeetingConfiguration chimeSdkMeetingConfiguration)

        The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting.

        Parameters:
        chimeSdkMeetingConfiguration - The configuration for a specified media pipeline. SourceType must be ChimeSdkMeeting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        The tag key-value pairs.

        Returns:
        The tag key-value pairs.
      • setTags

        public void setTags(Collection<Tag> tags)

        The tag key-value pairs.

        Parameters:
        tags - The tag key-value pairs.
      • withTags

        public CreateMediaCapturePipelineRequest withTags(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /