public static interface EnvironmentSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which an environment exists.
|
EnvironmentSummary.Builder |
awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment exists.
|
EnvironmentSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when the environment was created.
|
EnvironmentSummary.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the environment.
|
EnvironmentSummary.Builder |
description(String description)
The description of the environment.
|
EnvironmentSummary.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment exists.
|
EnvironmentSummary.Builder |
environmentProfileId(String environmentProfileId)
The identifier of the environment profile with which the environment was created.
|
EnvironmentSummary.Builder |
id(String id)
The identifier of the environment.
|
EnvironmentSummary.Builder |
name(String name)
The name of the environment.
|
EnvironmentSummary.Builder |
projectId(String projectId)
The identifier of the project in which the environment exists.
|
EnvironmentSummary.Builder |
provider(String provider)
The provider of the environment.
|
EnvironmentSummary.Builder |
status(EnvironmentStatus status)
The status of the environment.
|
EnvironmentSummary.Builder |
status(String status)
The status of the environment.
|
EnvironmentSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the environment was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentSummary.Builder awsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which an environment exists.
awsAccountId - The identifier of the Amazon Web Services account in which an environment exists.EnvironmentSummary.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment exists.
awsAccountRegion - The Amazon Web Services Region in which an environment exists.EnvironmentSummary.Builder createdAt(Instant createdAt)
The timestamp of when the environment was created.
createdAt - The timestamp of when the environment was created.EnvironmentSummary.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment.
createdBy - The Amazon DataZone user who created the environment.EnvironmentSummary.Builder description(String description)
The description of the environment.
description - The description of the environment.EnvironmentSummary.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment exists.
domainId - The identifier of the Amazon DataZone domain in which the environment exists.EnvironmentSummary.Builder environmentProfileId(String environmentProfileId)
The identifier of the environment profile with which the environment was created.
environmentProfileId - The identifier of the environment profile with which the environment was created.EnvironmentSummary.Builder id(String id)
The identifier of the environment.
id - The identifier of the environment.EnvironmentSummary.Builder name(String name)
The name of the environment.
name - The name of the environment.EnvironmentSummary.Builder projectId(String projectId)
The identifier of the project in which the environment exists.
projectId - The identifier of the project in which the environment exists.EnvironmentSummary.Builder provider(String provider)
The provider of the environment.
provider - The provider of the environment.EnvironmentSummary.Builder status(String status)
The status of the environment.
status - The status of the environment.EnvironmentStatus,
EnvironmentStatusEnvironmentSummary.Builder status(EnvironmentStatus status)
The status of the environment.
status - The status of the environment.EnvironmentStatus,
EnvironmentStatusEnvironmentSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the environment was updated.
updatedAt - The timestamp of when the environment was updated.Copyright © 2023. All rights reserved.