Interface DeploymentSummary.Builder

  • Method Details

    • deploymentId

      DeploymentSummary.Builder deploymentId(String deploymentId)

      The service-generated id of the deployment.

      Parameters:
      deploymentId - The service-generated id of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentArn

      DeploymentSummary.Builder deploymentArn(String deploymentArn)

      The Amazon Resource Name (ARN) of the deployment.

      Parameters:
      deploymentArn - The Amazon Resource Name (ARN) of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentName

      DeploymentSummary.Builder deploymentName(String deploymentName)

      The name of the deployment.

      Parameters:
      deploymentName - The name of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).

      Parameters:
      status - The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).

      Parameters:
      status - The current status of the resource: DRAFT (unpublished, editable), ACTIVE (published, in use), or DISABLED (deactivated; changes cannot be published until the resource is re-enabled).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • version

      The version of the resource.

      Parameters:
      version - The version of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hasPublishedVersion

      DeploymentSummary.Builder hasPublishedVersion(Boolean hasPublishedVersion)

      Specifies whether a published version of the resource exists.

      Parameters:
      hasPublishedVersion - Specifies whether a published version of the resource exists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DeploymentSummary.Builder updatedAt(Instant updatedAt)

      The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.

      Parameters:
      updatedAt - The time when the resource was last updated. For a snapshot, this is the time when the snapshot was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.