Interface GetApplicationVersionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetApplicationVersionResponse.Builder,,- GetApplicationVersionResponse> - M2Response.Builder,- SdkBuilder<GetApplicationVersionResponse.Builder,,- GetApplicationVersionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetApplicationVersionResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationVersionResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationVersion(Integer applicationVersion) The specific version of the application.creationTime(Instant creationTime) The timestamp when the application version was created.definitionContent(String definitionContent) The content of the application definition.description(String description) The application description.The name of the application version.The status of the application version.status(ApplicationVersionLifecycle status) The status of the application version.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- 
applicationVersionThe specific version of the application. - Parameters:
- applicationVersion- The specific version of the application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe timestamp when the application version was created. - Parameters:
- creationTime- The timestamp when the application version was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionContentThe content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application. - Parameters:
- definitionContent- The content of the application definition. This is a JSON object that contains the resource configuration and definitions that identify an application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe application description. - Parameters:
- description- The application description.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the application version. - Parameters:
- name- The name of the application version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of the application version. - Parameters:
- status- The status of the application version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the application version. - Parameters:
- status- The status of the application version.
- 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.
 
 
-