public static interface CreateEnvironmentResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentResponse.Builder,CreateEnvironmentResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
CreateEnvironmentResponse.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the environment is created.
|
CreateEnvironmentResponse.Builder |
description(String description)
A description of the environment.
|
CreateEnvironmentResponse.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
CreateEnvironmentResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
CreateEnvironmentResponse.Builder |
name(String name)
The name of the environment.
|
CreateEnvironmentResponse.Builder |
networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentResponse.Builder |
networkFabricType(String networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentResponse.Builder |
ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of environment owner.
|
CreateEnvironmentResponse.Builder |
state(EnvironmentState state)
The current state of the environment.
|
CreateEnvironmentResponse.Builder |
state(String state)
The current state of the environment.
|
CreateEnvironmentResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the created environment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn - The Amazon Resource Name (ARN) of the environment.CreateEnvironmentResponse.Builder createdTime(Instant createdTime)
A timestamp that indicates when the environment is created.
createdTime - A timestamp that indicates when the environment is created.CreateEnvironmentResponse.Builder description(String description)
A description of the environment.
description - A description of the environment.CreateEnvironmentResponse.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.CreateEnvironmentResponse.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.CreateEnvironmentResponse.Builder name(String name)
The name of the environment.
name - The name of the environment.CreateEnvironmentResponse.Builder networkFabricType(String networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricType,
NetworkFabricTypeCreateEnvironmentResponse.Builder networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricType,
NetworkFabricTypeCreateEnvironmentResponse.Builder ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of environment owner.
ownerAccountId - The Amazon Web Services account ID of environment owner.CreateEnvironmentResponse.Builder state(String state)
The current state of the environment.
state - The current state of the environment.EnvironmentState,
EnvironmentStateCreateEnvironmentResponse.Builder state(EnvironmentState state)
The current state of the environment.
state - The current state of the environment.EnvironmentState,
EnvironmentStateCreateEnvironmentResponse.Builder tags(Map<String,String> tags)
The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair..
tags - The tags assigned to the created environment. A tag is a label that you assign to an Amazon Web
Services resource. Each tag consists of a key-value pair..Copyright © 2023. All rights reserved.