| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
static EnvironmentSummary.Builder |
EnvironmentSummary.builder() |
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.createdTime(Instant createdTime)
A timestamp that indicates when the environment is created.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.description(String description)
A description of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.environmentId(String environmentId)
The unique identifier of the environment.
|
default EnvironmentSummary.Builder |
EnvironmentSummary.Builder.error(Consumer<ErrorResponse.Builder> error)
Any error associated with the environment resource.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.error(ErrorResponse error)
Any error associated with the environment resource.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.name(String name)
The name of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.networkFabricType(String networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the environment owner.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.state(EnvironmentState state)
The current state of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.state(String state)
The current state of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.tags(Map<String,String> tags)
The tags assigned to the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.toBuilder() |
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.transitGatewayId(String transitGatewayId)
The ID of the Transit Gateway set up by the environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentSummary.Builder> |
EnvironmentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.