Interface EnvironmentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>,SdkBuilder<EnvironmentSummary.Builder,EnvironmentSummary>,SdkPojo
- Enclosing class:
- EnvironmentSummary
public static interface EnvironmentSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentSummary.BuilderawsAccountId(String awsAccountId)The identifier of the Amazon Web Services account in which an environment exists.EnvironmentSummary.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services Region in which an environment exists.EnvironmentSummary.BuildercreatedAt(Instant createdAt)The timestamp of when the environment was created.EnvironmentSummary.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the environment.EnvironmentSummary.Builderdescription(String description)The description of the environment.EnvironmentSummary.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the environment exists.EnvironmentSummary.BuilderenvironmentProfileId(String environmentProfileId)The identifier of the environment profile with which the environment was created.EnvironmentSummary.Builderid(String id)The identifier of the environment.EnvironmentSummary.Buildername(String name)The name of the environment.EnvironmentSummary.BuilderprojectId(String projectId)The identifier of the project in which the environment exists.EnvironmentSummary.Builderprovider(String provider)The provider of the environment.EnvironmentSummary.Builderstatus(String status)The status of the environment.EnvironmentSummary.Builderstatus(EnvironmentStatus status)The status of the environment.EnvironmentSummary.BuilderupdatedAt(Instant updatedAt)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, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
EnvironmentSummary.Builder awsAccountId(String 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
EnvironmentSummary.Builder awsAccountRegion(String 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
EnvironmentSummary.Builder createdAt(Instant 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
EnvironmentSummary.Builder createdBy(String 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
EnvironmentSummary.Builder description(String 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
EnvironmentSummary.Builder domainId(String 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.
-
environmentProfileId
EnvironmentSummary.Builder environmentProfileId(String 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
EnvironmentSummary.Builder id(String 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
EnvironmentSummary.Builder name(String 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
EnvironmentSummary.Builder projectId(String 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
EnvironmentSummary.Builder provider(String 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
EnvironmentSummary.Builder status(String 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:
EnvironmentStatus,EnvironmentStatus
-
status
EnvironmentSummary.Builder status(EnvironmentStatus 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:
EnvironmentStatus,EnvironmentStatus
-
updatedAt
EnvironmentSummary.Builder updatedAt(Instant 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.
-
-