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

Class DeploymentStyle

    • Constructor Detail

      • DeploymentStyle

        public DeploymentStyle()
    • Method Detail

      • setDeploymentType

        public void setDeploymentType(String deploymentType)

        Indicates whether to run an in-place deployment or a blue/green deployment.

        Parameters:
        deploymentType - Indicates whether to run an in-place deployment or a blue/green deployment.
        See Also:
        DeploymentType
      • getDeploymentType

        public String getDeploymentType()

        Indicates whether to run an in-place deployment or a blue/green deployment.

        Returns:
        Indicates whether to run an in-place deployment or a blue/green deployment.
        See Also:
        DeploymentType
      • withDeploymentType

        public DeploymentStyle withDeploymentType(String deploymentType)

        Indicates whether to run an in-place deployment or a blue/green deployment.

        Parameters:
        deploymentType - Indicates whether to run an in-place deployment or a blue/green deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType
      • setDeploymentType

        public void setDeploymentType(DeploymentType deploymentType)

        Indicates whether to run an in-place deployment or a blue/green deployment.

        Parameters:
        deploymentType - Indicates whether to run an in-place deployment or a blue/green deployment.
        See Also:
        DeploymentType
      • withDeploymentType

        public DeploymentStyle withDeploymentType(DeploymentType deploymentType)

        Indicates whether to run an in-place deployment or a blue/green deployment.

        Parameters:
        deploymentType - Indicates whether to run an in-place deployment or a blue/green deployment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentType
      • setDeploymentOption

        public void setDeploymentOption(String deploymentOption)

        Indicates whether to route deployment traffic behind a load balancer.

        Parameters:
        deploymentOption - Indicates whether to route deployment traffic behind a load balancer.
        See Also:
        DeploymentOption
      • getDeploymentOption

        public String getDeploymentOption()

        Indicates whether to route deployment traffic behind a load balancer.

        Returns:
        Indicates whether to route deployment traffic behind a load balancer.
        See Also:
        DeploymentOption
      • withDeploymentOption

        public DeploymentStyle withDeploymentOption(String deploymentOption)

        Indicates whether to route deployment traffic behind a load balancer.

        Parameters:
        deploymentOption - Indicates whether to route deployment traffic behind a load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentOption
      • setDeploymentOption

        public void setDeploymentOption(DeploymentOption deploymentOption)

        Indicates whether to route deployment traffic behind a load balancer.

        Parameters:
        deploymentOption - Indicates whether to route deployment traffic behind a load balancer.
        See Also:
        DeploymentOption
      • withDeploymentOption

        public DeploymentStyle withDeploymentOption(DeploymentOption deploymentOption)

        Indicates whether to route deployment traffic behind a load balancer.

        Parameters:
        deploymentOption - Indicates whether to route deployment traffic behind a load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeploymentOption
      • 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 によって変換されたページ (->オリジナル) /