GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the environment.
|
static GetEnvironmentResponse.Builder |
GetEnvironmentResponse.builder() |
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.createdTime(Instant createdTime) |
A timestamp that indicates when the environment is created.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.description(String description) |
The description of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environmentId(String environmentId) |
The unique identifier of the environment.
|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.error(Consumer<ErrorResponse.Builder> error) |
Any error associated with the environment resource.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.error(ErrorResponse error) |
Any error associated with the environment resource.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
A timestamp that indicates when the environment was last updated.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.name(String name) |
The name of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.networkFabricType(String networkFabricType) |
The network fabric type of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.networkFabricType(NetworkFabricType networkFabricType) |
The network fabric type of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.ownerAccountId(String ownerAccountId) |
The Amazon Web Services account ID of the environment owner.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.state(String state) |
The current state of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.state(EnvironmentState state) |
The current state of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.tags(Map<String,String> tags) |
The tags to assign to the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.toBuilder() |
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.transitGatewayId(String transitGatewayId) |
The ID of the Transit Gateway set up by the environment, if applicable.
|