Interface DeploymentData.Builder

  • Method Details

    • createdAt

      DeploymentData.Builder createdAt(Instant createdAt)

      The time the deployment was created.

      Parameters:
      createdAt - The time the deployment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deletedAt

      DeploymentData.Builder deletedAt(Instant deletedAt)

      The time the deployment was deleted.

      Parameters:
      deletedAt - The time the deployment was deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deploymentArn

      DeploymentData.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.
    • id

      The ID of the deployment.

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

      The name of the deployment.

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

      DeploymentData.Builder patternName(String patternName)

      The pattern name of the deployment.

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

      DeploymentData.Builder resourceGroup(String resourceGroup)

      The resource group of the deployment.

      Parameters:
      resourceGroup - The resource group of the deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • specifications

      DeploymentData.Builder specifications(Map<String,String> specifications)

      The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.

      Parameters:
      specifications - The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the deployment.

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

      The status of the deployment.

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

      Information about the tags attached to a deployment.

      Parameters:
      tags - Information about the tags attached to a deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workloadName

      DeploymentData.Builder workloadName(String workloadName)

      The name of the workload.

      Parameters:
      workloadName - The name of the workload.
      Returns:
      Returns a reference to this object so that method calls can be chained together.