Interface DeploymentData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeploymentData.Builder,
,DeploymentData> SdkBuilder<DeploymentData.Builder,
,DeploymentData> SdkPojo
- Enclosing class:
DeploymentData
-
Method Summary
Modifier and TypeMethodDescriptionThe time the deployment was created.The time the deployment was deleted.deploymentArn
(String deploymentArn) The Amazon Resource Name (ARN) of the deployment.The ID of the deployment.The name of the deployment.patternName
(String patternName) The pattern name of the deployment.resourceGroup
(String resourceGroup) The resource group of the deployment.specifications
(Map<String, String> specifications) The settings specified for the deployment.The status of the deployment.status
(DeploymentStatus status) The status of the deployment.Information about the tags attached to a deployment.workloadName
(String workloadName) The name of the workload.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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 theGetWorkloadDeploymentPattern
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
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.
-