public static interface GetApplicationVersionResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetApplicationVersionResponse.Builder,GetApplicationVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetApplicationVersionResponse.Builder |
applicationVersion(Integer applicationVersion)
The specific version of the application.
|
GetApplicationVersionResponse.Builder |
creationTime(Instant creationTime)
The timestamp when the application version was created.
|
GetApplicationVersionResponse.Builder |
definitionContent(String definitionContent)
The content of the application definition.
|
GetApplicationVersionResponse.Builder |
description(String description)
The application description.
|
GetApplicationVersionResponse.Builder |
name(String name)
The name of the application version.
|
GetApplicationVersionResponse.Builder |
status(ApplicationVersionLifecycle status)
The status of the application version.
|
GetApplicationVersionResponse.Builder |
status(String status)
The status of the application version.
|
GetApplicationVersionResponse.Builder |
statusReason(String statusReason)
The reason for the reported status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApplicationVersionResponse.Builder applicationVersion(Integer applicationVersion)
The specific version of the application.
applicationVersion - The specific version of the application.GetApplicationVersionResponse.Builder creationTime(Instant creationTime)
The timestamp when the application version was created.
creationTime - The timestamp when the application version was created.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.
definitionContent - The content of the application definition. This is a JSON object that contains the resource
configuration and definitions that identify an application.GetApplicationVersionResponse.Builder description(String description)
The application description.
description - The application description.GetApplicationVersionResponse.Builder name(String name)
The name of the application version.
name - The name of the application version.GetApplicationVersionResponse.Builder status(String status)
The status of the application version.
status - The status of the application version.ApplicationVersionLifecycle,
ApplicationVersionLifecycleGetApplicationVersionResponse.Builder status(ApplicationVersionLifecycle status)
The status of the application version.
status - The status of the application version.ApplicationVersionLifecycle,
ApplicationVersionLifecycleGetApplicationVersionResponse.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.Copyright © 2023. All rights reserved.