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 CreateMediaPipelineKinesisVideoStreamPoolRequest

    • Constructor Detail

      • CreateMediaPipelineKinesisVideoStreamPoolRequest

        public CreateMediaPipelineKinesisVideoStreamPoolRequest()
    • Method Detail

      • setStreamConfiguration

        public void setStreamConfiguration(KinesisVideoStreamConfiguration streamConfiguration)

        The configuration settings for the stream.

        Parameters:
        streamConfiguration - The configuration settings for the stream.
      • getStreamConfiguration

        public KinesisVideoStreamConfiguration getStreamConfiguration()

        The configuration settings for the stream.

        Returns:
        The configuration settings for the stream.
      • setPoolName

        public void setPoolName(String poolName)

        The name of the pool.

        Parameters:
        poolName - The name of the pool.
      • getPoolName

        public String getPoolName()

        The name of the pool.

        Returns:
        The name of the pool.
      • 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 CreateMediaPipelineKinesisVideoStreamPoolRequest 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 stream pool.

        Returns:
        The tags assigned to the stream pool.
      • setTags

        public void setTags(Collection<Tag> tags)

        The tags assigned to the stream pool.

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