Interface GetApplicationVersionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse>,M2Response.Builder,SdkBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetApplicationVersionResponse
public static interface GetApplicationVersionResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetApplicationVersionResponse.BuilderapplicationVersion(Integer applicationVersion)The specific version of the application.GetApplicationVersionResponse.BuildercreationTime(Instant creationTime)The timestamp when the application version was created.GetApplicationVersionResponse.BuilderdefinitionContent(String definitionContent)The content of the application definition.GetApplicationVersionResponse.Builderdescription(String description)The application description.GetApplicationVersionResponse.Buildername(String name)The name of the application version.GetApplicationVersionResponse.Builderstatus(String status)The status of the application version.GetApplicationVersionResponse.Builderstatus(ApplicationVersionLifecycle status)The status of the application version.GetApplicationVersionResponse.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
-
applicationVersion
GetApplicationVersionResponse.Builder applicationVersion(Integer applicationVersion)
The 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.
-
creationTime
GetApplicationVersionResponse.Builder creationTime(Instant creationTime)
The 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.
-
definitionContent
GetApplicationVersionResponse.Builder definitionContent(String definitionContent)
The 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.
-
description
GetApplicationVersionResponse.Builder description(String description)
The application description.
- Parameters:
description- The application description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetApplicationVersionResponse.Builder name(String name)
The 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.
-
status
GetApplicationVersionResponse.Builder status(String status)
The 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:
ApplicationVersionLifecycle,ApplicationVersionLifecycle
-
status
GetApplicationVersionResponse.Builder status(ApplicationVersionLifecycle status)
The 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:
ApplicationVersionLifecycle,ApplicationVersionLifecycle
-
statusReason
GetApplicationVersionResponse.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.
-
-