Interface GetDeploymentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>,M2Response.Builder,SdkBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDeploymentResponse
public static interface GetDeploymentResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetDeploymentResponse.Builder,GetDeploymentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetDeploymentResponse.BuilderapplicationId(String applicationId)The unique identifier of the application.GetDeploymentResponse.BuilderapplicationVersion(Integer applicationVersion)The application version.GetDeploymentResponse.BuildercreationTime(Instant creationTime)The timestamp when the deployment was created.GetDeploymentResponse.BuilderdeploymentId(String deploymentId)The unique identifier of the deployment.GetDeploymentResponse.BuilderenvironmentId(String environmentId)The unique identifier of the runtime environment.GetDeploymentResponse.Builderstatus(String status)The status of the deployment.GetDeploymentResponse.Builderstatus(DeploymentLifecycle status)The status of the deployment.GetDeploymentResponse.BuilderstatusReason(String statusReason)The reason for the reported status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationId
GetDeploymentResponse.Builder applicationId(String applicationId)
The 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.
-
applicationVersion
GetDeploymentResponse.Builder applicationVersion(Integer applicationVersion)
The application version.
- Parameters:
applicationVersion- The application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
GetDeploymentResponse.Builder creationTime(Instant creationTime)
The 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.
-
deploymentId
GetDeploymentResponse.Builder deploymentId(String deploymentId)
The 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.
-
environmentId
GetDeploymentResponse.Builder environmentId(String environmentId)
The 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.
-
status
GetDeploymentResponse.Builder status(String 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:
DeploymentLifecycle,DeploymentLifecycle
-
status
GetDeploymentResponse.Builder status(DeploymentLifecycle 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:
DeploymentLifecycle,DeploymentLifecycle
-
statusReason
GetDeploymentResponse.Builder statusReason(String statusReason)
The 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.
-
-