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 ContinuousDeploymentPolicyConfig

    • Constructor Detail

      • ContinuousDeploymentPolicyConfig

        public ContinuousDeploymentPolicyConfig()
    • Method Detail

      • setStagingDistributionDnsNames

        public void setStagingDistributionDnsNames(StagingDistributionDnsNames stagingDistributionDnsNames)

        The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.

        Parameters:
        stagingDistributionDnsNames - The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.
      • getStagingDistributionDnsNames

        public StagingDistributionDnsNames getStagingDistributionDnsNames()

        The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.

        Returns:
        The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.
      • withStagingDistributionDnsNames

        public ContinuousDeploymentPolicyConfig withStagingDistributionDnsNames(StagingDistributionDnsNames stagingDistributionDnsNames)

        The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.

        Parameters:
        stagingDistributionDnsNames - The CloudFront domain name of the staging distribution. For example: d111111abcdef8.cloudfront.net.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnabled

        public void setEnabled(Boolean enabled)

        A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.

        Parameters:
        enabled - A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.
      • getEnabled

        public Boolean getEnabled()

        A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.

        Returns:
        A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.
      • withEnabled

        public ContinuousDeploymentPolicyConfig withEnabled(Boolean enabled)

        A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.

        Parameters:
        enabled - A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEnabled

        public Boolean isEnabled()

        A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.

        Returns:
        A Boolean that indicates whether this continuous deployment policy is enabled (in effect). When this value is true, this policy is enabled and in effect. When this value is false, this policy is not enabled and has no effect.
      • setTrafficConfig

        public void setTrafficConfig(TrafficConfig trafficConfig)

        Contains the parameters for routing production traffic from your primary to staging distributions.

        Parameters:
        trafficConfig - Contains the parameters for routing production traffic from your primary to staging distributions.
      • getTrafficConfig

        public TrafficConfig getTrafficConfig()

        Contains the parameters for routing production traffic from your primary to staging distributions.

        Returns:
        Contains the parameters for routing production traffic from your primary to staging distributions.
      • withTrafficConfig

        public ContinuousDeploymentPolicyConfig withTrafficConfig(TrafficConfig trafficConfig)

        Contains the parameters for routing production traffic from your primary to staging distributions.

        Parameters:
        trafficConfig - Contains the parameters for routing production traffic from your primary to staging distributions.
        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 によって変換されたページ (->オリジナル) /