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 DeploymentOverview

    • Constructor Detail

      • DeploymentOverview

        public DeploymentOverview()
    • Method Detail

      • setPending

        public void setPending(Long pending)

        The number of instances in the deployment in a pending state.

        Parameters:
        pending - The number of instances in the deployment in a pending state.
      • getPending

        public Long getPending()

        The number of instances in the deployment in a pending state.

        Returns:
        The number of instances in the deployment in a pending state.
      • withPending

        public DeploymentOverview withPending(Long pending)

        The number of instances in the deployment in a pending state.

        Parameters:
        pending - The number of instances in the deployment in a pending state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInProgress

        public void setInProgress(Long inProgress)

        The number of instances in which the deployment is in progress.

        Parameters:
        inProgress - The number of instances in which the deployment is in progress.
      • getInProgress

        public Long getInProgress()

        The number of instances in which the deployment is in progress.

        Returns:
        The number of instances in which the deployment is in progress.
      • withInProgress

        public DeploymentOverview withInProgress(Long inProgress)

        The number of instances in which the deployment is in progress.

        Parameters:
        inProgress - The number of instances in which the deployment is in progress.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSucceeded

        public void setSucceeded(Long succeeded)

        The number of instances in the deployment to which revisions have been successfully deployed.

        Parameters:
        succeeded - The number of instances in the deployment to which revisions have been successfully deployed.
      • getSucceeded

        public Long getSucceeded()

        The number of instances in the deployment to which revisions have been successfully deployed.

        Returns:
        The number of instances in the deployment to which revisions have been successfully deployed.
      • withSucceeded

        public DeploymentOverview withSucceeded(Long succeeded)

        The number of instances in the deployment to which revisions have been successfully deployed.

        Parameters:
        succeeded - The number of instances in the deployment to which revisions have been successfully deployed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFailed

        public void setFailed(Long failed)

        The number of instances in the deployment in a failed state.

        Parameters:
        failed - The number of instances in the deployment in a failed state.
      • getFailed

        public Long getFailed()

        The number of instances in the deployment in a failed state.

        Returns:
        The number of instances in the deployment in a failed state.
      • withFailed

        public DeploymentOverview withFailed(Long failed)

        The number of instances in the deployment in a failed state.

        Parameters:
        failed - The number of instances in the deployment in a failed state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSkipped

        public void setSkipped(Long skipped)

        The number of instances in the deployment in a skipped state.

        Parameters:
        skipped - The number of instances in the deployment in a skipped state.
      • getSkipped

        public Long getSkipped()

        The number of instances in the deployment in a skipped state.

        Returns:
        The number of instances in the deployment in a skipped state.
      • withSkipped

        public DeploymentOverview withSkipped(Long skipped)

        The number of instances in the deployment in a skipped state.

        Parameters:
        skipped - The number of instances in the deployment in a skipped state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReady

        public void setReady(Long ready)

        The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

        Parameters:
        ready - The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
      • getReady

        public Long getReady()

        The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

        Returns:
        The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
      • withReady

        public DeploymentOverview withReady(Long ready)

        The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.

        Parameters:
        ready - The number of instances in a replacement environment ready to receive traffic in a blue/green deployment.
        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 によって変換されたページ (->オリジナル) /