| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which an environment exists.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment exists.
|
static EnvironmentSummary.Builder |
EnvironmentSummary.builder() |
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.createdAt(Instant createdAt)
The timestamp of when the environment was created.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.createdBy(String createdBy)
The Amazon DataZone user who created the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.description(String description)
The description of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment exists.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.environmentProfileId(String environmentProfileId)
The identifier of the environment profile with which the environment was created.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.id(String id)
The identifier of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.name(String name)
The name of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.projectId(String projectId)
The identifier of the project in which the environment exists.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.provider(String provider)
The provider of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.status(EnvironmentStatus status)
The status of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.status(String status)
The status of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.toBuilder() |
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.updatedAt(Instant updatedAt)
The timestamp of when the environment was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentSummary.Builder> |
EnvironmentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.