Interface GetDeploymentResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDeploymentResponse.Builder,,- GetDeploymentResponse> - M2Response.Builder,- SdkBuilder<GetDeploymentResponse.Builder,,- GetDeploymentResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetDeploymentResponse
@Mutable
@NotThreadSafe
public static interface GetDeploymentResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier of the application.applicationVersion(Integer applicationVersion) The application version.creationTime(Instant creationTime) The timestamp when the deployment was created.deploymentId(String deploymentId) The unique identifier of the deployment.environmentId(String environmentId) The unique identifier of the runtime environment.The status of the deployment.status(DeploymentLifecycle status) The status of the deployment.statusReason(String statusReason) The reason for the reported status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
applicationIdThe unique identifier of the application. - Parameters:
- applicationId- The unique identifier of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
applicationVersionThe application version. - Parameters:
- applicationVersion- The application version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe timestamp when the deployment was created. - Parameters:
- creationTime- The timestamp when the deployment was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
deploymentIdThe unique identifier of the deployment. - Parameters:
- deploymentId- The unique identifier of the deployment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentIdThe unique identifier of the runtime environment. - Parameters:
- environmentId- The unique identifier of the runtime environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
statusReasonThe reason for the reported status. - Parameters:
- statusReason- The reason for the reported status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-