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 CreateMediaStreamPipelineRequest

    • Constructor Detail

      • CreateMediaStreamPipelineRequest

        public CreateMediaStreamPipelineRequest()
    • Method Detail

      • getSources

        public List<MediaStreamSource> getSources()

        The data sources for the media pipeline.

        Returns:
        The data sources for the media pipeline.
      • setSources

        public void setSources(Collection<MediaStreamSource> sources)

        The data sources for the media pipeline.

        Parameters:
        sources - The data sources for the media pipeline.
      • withSources

        public CreateMediaStreamPipelineRequest withSources(Collection<MediaStreamSource> sources)

        The data sources for the media pipeline.

        Parameters:
        sources - The data sources for the media pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSinks

        public List<MediaStreamSink> getSinks()

        The data sink for the media pipeline.

        Returns:
        The data sink for the media pipeline.
      • setSinks

        public void setSinks(Collection<MediaStreamSink> sinks)

        The data sink for the media pipeline.

        Parameters:
        sinks - The data sink for the media pipeline.
      • setClientRequestToken

        public void setClientRequestToken(String clientRequestToken)

        The token assigned to the client making the request.

        Parameters:
        clientRequestToken - The token assigned to the client making the request.
      • getClientRequestToken

        public String getClientRequestToken()

        The token assigned to the client making the request.

        Returns:
        The token assigned to the client making the request.
      • withClientRequestToken

        public CreateMediaStreamPipelineRequest withClientRequestToken(String clientRequestToken)

        The token assigned to the client making the request.

        Parameters:
        clientRequestToken - The token assigned to the client making the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        The tags assigned to the media pipeline.

        Returns:
        The tags assigned to the media pipeline.
      • setTags

        public void setTags(Collection<Tag> tags)

        The tags assigned to the media pipeline.

        Parameters:
        tags - The tags assigned to the media pipeline.
      • withTags

        public CreateMediaStreamPipelineRequest withTags(Collection<Tag> tags)

        The tags assigned to the media pipeline.

        Parameters:
        tags - The tags assigned to the media pipeline.
        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 によって変換されたページ (->オリジナル) /