Interface Deployment.Builder

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

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

    • createdAt

      Deployment.Builder createdAt(String createdAt)
      The time, in milliseconds since the epoch, when the deployment was created.
      Parameters:
      createdAt - The time, in milliseconds since the epoch, when the deployment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentArn

      Deployment.Builder deploymentArn(String deploymentArn)
      The ARN of the deployment.
      Parameters:
      deploymentArn - The ARN of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentId

      Deployment.Builder deploymentId(String deploymentId)
      The ID of the deployment.
      Parameters:
      deploymentId - The ID of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentType

      Deployment.Builder deploymentType(String deploymentType)
      The type of the deployment.
      Parameters:
      deploymentType - The type of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deploymentType

      Deployment.Builder deploymentType(DeploymentType deploymentType)
      The type of the deployment.
      Parameters:
      deploymentType - The type of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • groupArn

      Deployment.Builder groupArn(String groupArn)
      The ARN of the group for this deployment.
      Parameters:
      groupArn - The ARN of the group for this deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.