Interface EnvironmentProfileSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>,SdkBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>,SdkPojo
- Enclosing class:
- EnvironmentProfileSummary
public static interface EnvironmentProfileSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentProfileSummary.Builder,EnvironmentProfileSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentProfileSummary.BuilderawsAccountId(String awsAccountId)The identifier of an Amazon Web Services account in which an environment profile exists.EnvironmentProfileSummary.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services Region in which an environment profile exists.EnvironmentProfileSummary.BuildercreatedAt(Instant createdAt)The timestamp of when an environment profile was created.EnvironmentProfileSummary.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the environment profile.EnvironmentProfileSummary.Builderdescription(String description)The description of the environment profile.EnvironmentProfileSummary.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the environment profile exists.EnvironmentProfileSummary.BuilderenvironmentBlueprintId(String environmentBlueprintId)The identifier of a blueprint with which an environment profile is created.EnvironmentProfileSummary.Builderid(String id)The identifier of the environment profile.EnvironmentProfileSummary.Buildername(String name)The name of the environment profile.EnvironmentProfileSummary.BuilderprojectId(String projectId)The identifier of a project in which an environment profile exists.EnvironmentProfileSummary.BuilderupdatedAt(Instant updatedAt)The timestamp of when the environment profile 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
EnvironmentProfileSummary.Builder awsAccountId(String awsAccountId)
The identifier of an Amazon Web Services account in which an environment profile exists.
- Parameters:
awsAccountId- The identifier of an Amazon Web Services account in which an environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
EnvironmentProfileSummary.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment profile exists.
- Parameters:
awsAccountRegion- The Amazon Web Services Region in which an environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
EnvironmentProfileSummary.Builder createdAt(Instant createdAt)
The timestamp of when an environment profile was created.
- Parameters:
createdAt- The timestamp of when an environment profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
EnvironmentProfileSummary.Builder createdBy(String createdBy)
The Amazon DataZone user who created the environment profile.
- Parameters:
createdBy- The Amazon DataZone user who created the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
EnvironmentProfileSummary.Builder description(String description)
The description of the environment profile.
- Parameters:
description- The description of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
EnvironmentProfileSummary.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment profile exists.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which the environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintId
EnvironmentProfileSummary.Builder environmentBlueprintId(String environmentBlueprintId)
The identifier of a blueprint with which an environment profile is created.
- Parameters:
environmentBlueprintId- The identifier of a blueprint with which an environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
EnvironmentProfileSummary.Builder id(String id)
The identifier of the environment profile.
- Parameters:
id- The identifier of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
EnvironmentProfileSummary.Builder name(String name)
The name of the environment profile.
- Parameters:
name- The name of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
EnvironmentProfileSummary.Builder projectId(String projectId)
The identifier of a project in which an environment profile exists.
- Parameters:
projectId- The identifier of a project in which an environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
EnvironmentProfileSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the environment profile was updated.
- Parameters:
updatedAt- The timestamp of when the environment profile was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-