Interface DeploymentSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentSummary.Builder,,DeploymentSummary> SdkBuilder<DeploymentSummary.Builder,,DeploymentSummary> SdkPojo
- Enclosing class:
DeploymentSummary
@Mutable
@NotThreadSafe
public static interface DeploymentSummary.Builder
extends SdkPojo, CopyableBuilder<DeploymentSummary.Builder,DeploymentSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondeploymentArn(String deploymentArn) The Amazon Resource Name (ARN) of the deployment.deploymentId(String deploymentId) The service-generated id of the deployment.deploymentName(String deploymentName) The name of the deployment.hasPublishedVersion(Boolean hasPublishedVersion) Specifies whether a published version of the resource exists.The current status of the resource:DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).status(EntityStatus status) The current status of the resource:DRAFT(unpublished, editable),ACTIVE(published, in use), orDISABLED(deactivated; changes cannot be published until the resource is re-enabled).The time when the resource was last updated.The version of the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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), orDISABLED(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), orDISABLED(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), orDISABLED(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), orDISABLED(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
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
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.
-