public static interface Application.Builder extends SdkPojo, CopyableBuilder<Application.Builder,Application>
| Modifier and Type | Method and Description |
|---|---|
Application.Builder |
appRegistryArn(String appRegistryArn)
The Amazon Resource Name (ARN) of the Application Registry.
|
Application.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
Application.Builder |
components(Collection<String> components)
The components of the application.
|
Application.Builder |
components(String... components)
The components of the application.
|
Application.Builder |
id(String id)
The ID of the application.
|
Application.Builder |
lastUpdated(Instant lastUpdated)
The time at which the application was last updated.
|
Application.Builder |
status(ApplicationStatus status)
The status of the application.
|
Application.Builder |
status(String status)
The status of the application.
|
Application.Builder |
statusMessage(String statusMessage)
The status message.
|
Application.Builder |
type(ApplicationType type)
The type of the application.
|
Application.Builder |
type(String type)
The type of the application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplication.Builder id(String id)
The ID of the application.
id - The ID of the application.Application.Builder type(String type)
The type of the application.
type - The type of the application.ApplicationType,
ApplicationTypeApplication.Builder type(ApplicationType type)
The type of the application.
type - The type of the application.ApplicationType,
ApplicationTypeApplication.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application.
arn - The Amazon Resource Name (ARN) of the application.Application.Builder appRegistryArn(String appRegistryArn)
The Amazon Resource Name (ARN) of the Application Registry.
appRegistryArn - The Amazon Resource Name (ARN) of the Application Registry.Application.Builder status(String status)
The status of the application.
status - The status of the application.ApplicationStatus,
ApplicationStatusApplication.Builder status(ApplicationStatus status)
The status of the application.
status - The status of the application.ApplicationStatus,
ApplicationStatusApplication.Builder components(Collection<String> components)
The components of the application.
components - The components of the application.Application.Builder components(String... components)
The components of the application.
components - The components of the application.Application.Builder lastUpdated(Instant lastUpdated)
The time at which the application was last updated.
lastUpdated - The time at which the application was last updated.Application.Builder statusMessage(String statusMessage)
The status message.
statusMessage - The status message.Copyright © 2023. All rights reserved.