Interface EnvironmentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentSummary.Builder,
,EnvironmentSummary> SdkBuilder<EnvironmentSummary.Builder,
,EnvironmentSummary> SdkPojo
- Enclosing class:
EnvironmentSummary
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The identifier of the Amazon Web Services account in which an environment exists.awsAccountRegion
(String awsAccountRegion) The Amazon Web Services Region in which an environment exists.The timestamp of when the environment was created.The Amazon DataZone user who created the environment.description
(String description) The description of the environment.The identifier of the Amazon DataZone domain in which the environment exists.environmentConfigurationId
(String environmentConfigurationId) The configuration ID with which the environment is created.environmentProfileId
(String environmentProfileId) The identifier of the environment profile with which the environment was created.The identifier of the environment.The name of the environment.The identifier of the project in which the environment exists.The provider of the environment.The status of the environment.status
(EnvironmentStatus status) The status of the environment.The timestamp of when the environment was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The identifier of the Amazon Web Services account in which an environment exists.
- Parameters:
awsAccountId
- The identifier of the Amazon Web Services account in which an environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
The Amazon Web Services Region in which an environment exists.
- Parameters:
awsAccountRegion
- The Amazon Web Services Region in which an environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the environment was created.
- Parameters:
createdAt
- The timestamp of when the environment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon DataZone user who created the environment.
- Parameters:
createdBy
- The Amazon DataZone user who created the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the environment.
- Parameters:
description
- The description of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The identifier of the Amazon DataZone domain in which the environment exists.
- Parameters:
domainId
- The identifier of the Amazon DataZone domain in which the environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurationId
The configuration ID with which the environment is created.
- Parameters:
environmentConfigurationId
- The configuration ID with which the environment is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentProfileId
The identifier of the environment profile with which the environment was created.
- Parameters:
environmentProfileId
- The identifier of the environment profile with which the environment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the environment.
- Parameters:
id
- The identifier of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the environment.
- Parameters:
name
- The name of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
The identifier of the project in which the environment exists.
- Parameters:
projectId
- The identifier of the project in which the environment exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The provider of the environment.
- Parameters:
provider
- The provider of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the environment.
- Parameters:
status
- The status of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the environment.
- Parameters:
status
- The status of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp of when the environment was updated.
- Parameters:
updatedAt
- The timestamp of when the environment was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-