public static interface DeleteApplicationResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteApplicationResponse.Builder,DeleteApplicationResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationResponse.Builder |
applicationId(String applicationId)
The ID of the application.
|
DeleteApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the application.
|
DeleteApplicationResponse.Builder |
environmentId(String environmentId)
The unique identifier of the application’s environment.
|
DeleteApplicationResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
DeleteApplicationResponse.Builder |
name(String name)
The name of the application.
|
DeleteApplicationResponse.Builder |
state(ApplicationState state)
The current state of the application.
|
DeleteApplicationResponse.Builder |
state(String state)
The current state of the application.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteApplicationResponse.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.DeleteApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the application.
arn - The Amazon Resource Name (ARN) of the application.DeleteApplicationResponse.Builder environmentId(String environmentId)
The unique identifier of the application’s environment.
environmentId - The unique identifier of the application’s environment.DeleteApplicationResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
lastUpdatedTime - A timestamp that indicates when the environment was last updated.DeleteApplicationResponse.Builder name(String name)
The name of the application.
name - The name of the application.DeleteApplicationResponse.Builder state(String state)
The current state of the application.
state - The current state of the application.ApplicationState,
ApplicationStateDeleteApplicationResponse.Builder state(ApplicationState state)
The current state of the application.
state - The current state of the application.ApplicationState,
ApplicationStateCopyright © 2022. All rights reserved.