Interface CodeDeployDeployment.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CodeDeployDeployment.Builder,CodeDeployDeployment>, SdkBuilder<CodeDeployDeployment.Builder,CodeDeployDeployment>, SdkPojo
Enclosing class:
CodeDeployDeployment

public static interface CodeDeployDeployment.Builder extends SdkPojo, CopyableBuilder<CodeDeployDeployment.Builder,CodeDeployDeployment>
  • Method Details

    • deploymentGroupArn

      CodeDeployDeployment.Builder deploymentGroupArn(String deploymentGroupArn)

      The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.

      Parameters:
      deploymentGroupArn - The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentId

      CodeDeployDeployment.Builder deploymentId(String deploymentId)

      The ID of the CodeDeploy deployment.

      Parameters:
      deploymentId - The ID of the CodeDeploy deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.

      Parameters:
      endTime - The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      CodeDeployDeployment.Builder startTime(Instant startTime)

      The timestamp for when the CodeDeploy deployment began.

      Parameters:
      startTime - The timestamp for when the CodeDeploy deployment began.
      Returns:
      Returns a reference to this object so that method calls can be chained together.