CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the environment.
|
static CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.builder() |
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.createdTime(Instant createdTime) |
A timestamp that indicates when the environment is created.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.description(String description) |
A description of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.environmentId(String environmentId) |
The unique identifier of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
A timestamp that indicates when the environment was last updated.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.name(String name) |
The name of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.networkFabricType(String networkFabricType) |
The network fabric type of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.networkFabricType(NetworkFabricType networkFabricType) |
The network fabric type of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.ownerAccountId(String ownerAccountId) |
The Amazon Web Services account ID of environment owner.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.state(String state) |
The current state of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.state(EnvironmentState state) |
The current state of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the created environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.toBuilder() |
|