public static interface DeleteEnvironmentResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentResponse.Builder,DeleteEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteEnvironmentResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
DeleteEnvironmentResponse.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
DeleteEnvironmentResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
DeleteEnvironmentResponse.Builder |
name(String name)
The name of the environment.
|
DeleteEnvironmentResponse.Builder |
state(EnvironmentState state)
The current state of the environment.
|
DeleteEnvironmentResponse.Builder |
state(String state)
The current state of the environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEnvironmentResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn - The Amazon Resource Name (ARN) of the environment.DeleteEnvironmentResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.DeleteEnvironmentResponse.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.DeleteEnvironmentResponse.Builder name(String name)
The name of the environment.
name - The name of the environment.DeleteEnvironmentResponse.Builder state(String state)
The current state of the environment.
state - The current state of the environment.EnvironmentState,
EnvironmentStateDeleteEnvironmentResponse.Builder state(EnvironmentState state)
The current state of the environment.
state - The current state of the environment.EnvironmentState,
EnvironmentStateCopyright © 2022. All rights reserved.