GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.applicationVersion(Integer applicationVersion) |
The specific version of the application.
|
static GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.builder() |
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.creationTime(Instant creationTime) |
The timestamp when the application version was created.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.definitionContent(String definitionContent) |
The content of the application definition.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.description(String description) |
The application description.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.name(String name) |
The name of the application version.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.status(String status) |
The status of the application version.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.status(ApplicationVersionLifecycle status) |
The status of the application version.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.statusReason(String statusReason) |
The reason for the reported status.
|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.toBuilder() |
|