public static interface EnvironmentSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
EnvironmentSummary.Builder |
createdTime(Instant createdTime)
A timestamp that indicates when the environment is created.
|
EnvironmentSummary.Builder |
description(String description)
A description of the environment.
|
EnvironmentSummary.Builder |
environmentId(String environmentId)
The unique identifier of the environment.
|
default EnvironmentSummary.Builder |
error(Consumer<ErrorResponse.Builder> error)
Any error associated with the environment resource.
|
EnvironmentSummary.Builder |
error(ErrorResponse error)
Any error associated with the environment resource.
|
EnvironmentSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
EnvironmentSummary.Builder |
name(String name)
The name of the environment.
|
EnvironmentSummary.Builder |
networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary.Builder |
networkFabricType(String networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary.Builder |
ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the environment owner.
|
EnvironmentSummary.Builder |
state(EnvironmentState state)
The current state of the environment.
|
EnvironmentSummary.Builder |
state(String state)
The current state of the environment.
|
EnvironmentSummary.Builder |
tags(Map<String,String> tags)
The tags assigned to the environment.
|
EnvironmentSummary.Builder |
transitGatewayId(String transitGatewayId)
The ID of the Transit Gateway set up by the environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn - The Amazon Resource Name (ARN) of the environment.EnvironmentSummary.Builder createdTime(Instant createdTime)
A timestamp that indicates when the environment is created.
createdTime - A timestamp that indicates when the environment is created.EnvironmentSummary.Builder description(String description)
A description of the environment.
description - A description of the environment.EnvironmentSummary.Builder environmentId(String environmentId)
The unique identifier of the environment.
environmentId - The unique identifier of the environment.EnvironmentSummary.Builder error(ErrorResponse error)
Any error associated with the environment resource.
error - Any error associated with the environment resource.default EnvironmentSummary.Builder error(Consumer<ErrorResponse.Builder> error)
Any error associated with the environment resource.
This is a convenience method that creates an instance of theErrorResponse.Builder avoiding the need
to create one manually via ErrorResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to error(ErrorResponse).
error - a consumer that will call methods on ErrorResponse.Buildererror(ErrorResponse)EnvironmentSummary.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.EnvironmentSummary.Builder name(String name)
The name of the environment.
name - The name of the environment.EnvironmentSummary.Builder networkFabricType(String networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricType,
NetworkFabricTypeEnvironmentSummary.Builder networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
networkFabricType - The network fabric type of the environment.NetworkFabricType,
NetworkFabricTypeEnvironmentSummary.Builder ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the environment owner.
ownerAccountId - The Amazon Web Services account ID of the environment owner.EnvironmentSummary.Builder state(String state)
The current state of the environment.
state - The current state of the environment.EnvironmentState,
EnvironmentStateEnvironmentSummary.Builder state(EnvironmentState state)
The current state of the environment.
state - The current state of the environment.EnvironmentState,
EnvironmentStateEnvironmentSummary.Builder tags(Map<String,String> tags)
The tags assigned to the environment.
tags - The tags assigned to the environment.EnvironmentSummary.Builder transitGatewayId(String transitGatewayId)
The ID of the Transit Gateway set up by the environment.
transitGatewayId - The ID of the Transit Gateway set up by the environment.Copyright © 2023. All rights reserved.