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.cloudfront.model

Class StreamingDistribution

    • Constructor Detail

      • StreamingDistribution

        public StreamingDistribution()
    • Method Detail

      • setId

        public void setId(String id)

        The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

        Parameters:
        id - The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.
      • getId

        public String getId()

        The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

        Returns:
        The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.
      • withId

        public StreamingDistribution withId(String id)

        The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.

        Parameters:
        id - The identifier for the RTMP distribution. For example: EGTXBD79EXAMPLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setARN

        public void setARN(String aRN)

        The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.

        Parameters:
        aRN - The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.
      • getARN

        public String getARN()

        The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.

        Returns:
        The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.
      • withARN

        public StreamingDistribution withARN(String aRN)

        The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.

        Parameters:
        aRN - The ARN (Amazon Resource Name) for the distribution. For example: arn:aws:cloudfront::123456789012:distribution/EDFDVBD632BHDS5, where 123456789012 is your Amazon Web Services account ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

        Parameters:
        status - The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.
      • getStatus

        public String getStatus()

        The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

        Returns:
        The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.
      • withStatus

        public StreamingDistribution withStatus(String status)

        The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.

        Parameters:
        status - The current status of the RTMP distribution. When the status is Deployed, the distribution's information is propagated to all CloudFront edge locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTime

        public void setLastModifiedTime(Date lastModifiedTime)

        The date and time that the distribution was last modified.

        Parameters:
        lastModifiedTime - The date and time that the distribution was last modified.
      • getLastModifiedTime

        public Date getLastModifiedTime()

        The date and time that the distribution was last modified.

        Returns:
        The date and time that the distribution was last modified.
      • withLastModifiedTime

        public StreamingDistribution withLastModifiedTime(Date lastModifiedTime)

        The date and time that the distribution was last modified.

        Parameters:
        lastModifiedTime - The date and time that the distribution was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDomainName

        public void setDomainName(String domainName)

        The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

        Parameters:
        domainName - The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.
      • getDomainName

        public String getDomainName()

        The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

        Returns:
        The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.
      • withDomainName

        public StreamingDistribution withDomainName(String domainName)

        The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.

        Parameters:
        domainName - The domain name that corresponds to the streaming distribution, for example, s5c39gqb8ow64r.cloudfront.net.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setActiveTrustedSigners

        public void setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)

        A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

        The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

        For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

        Parameters:
        activeTrustedSigners - A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

        The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

        For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

      • getActiveTrustedSigners

        public ActiveTrustedSigners getActiveTrustedSigners()

        A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

        The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

        For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

        Returns:
        A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

        The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

        For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

      • withActiveTrustedSigners

        public StreamingDistribution withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)

        A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

        The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

        For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

        Parameters:
        activeTrustedSigners - A complex type that lists the Amazon Web Services accounts, if any, that you included in the TrustedSigners complex type for this distribution. These are the accounts that you want to allow to create signed URLs for private content.

        The Signer complex type lists the Amazon Web Services account number of the trusted signer or self if the signer is the Amazon Web Services account that created the distribution. The Signer element also includes the IDs of any active CloudFront key pairs that are associated with the trusted signer's Amazon Web Services account. If no KeyPairId element appears for a Signer, that signer can't create signed URLs.

        For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStreamingDistributionConfig

        public void setStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)

        The current configuration information for the RTMP distribution.

        Parameters:
        streamingDistributionConfig - The current configuration information for the RTMP distribution.
      • getStreamingDistributionConfig

        public StreamingDistributionConfig getStreamingDistributionConfig()

        The current configuration information for the RTMP distribution.

        Returns:
        The current configuration information for the RTMP distribution.
      • withStreamingDistributionConfig

        public StreamingDistribution withStreamingDistributionConfig(StreamingDistributionConfig streamingDistributionConfig)

        The current configuration information for the RTMP distribution.

        Parameters:
        streamingDistributionConfig - The current configuration information for the RTMP distribution.
        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 によって変換されたページ (->オリジナル) /