Interface GlossaryItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GlossaryItem.Builder,GlossaryItem>,SdkBuilder<GlossaryItem.Builder,GlossaryItem>,SdkPojo
- Enclosing class:
- GlossaryItem
public static interface GlossaryItem.Builder extends SdkPojo, CopyableBuilder<GlossaryItem.Builder,GlossaryItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlossaryItem.BuildercreatedAt(Instant createdAt)The timestamp of when the glossary was created.GlossaryItem.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the glossary.GlossaryItem.Builderdescription(String description)The business glossary description.GlossaryItem.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the business glossary exists.GlossaryItem.Builderid(String id)The identifier of the glossary.GlossaryItem.Buildername(String name)The name of the glossary.GlossaryItem.BuilderowningProjectId(String owningProjectId)The identifier of the project that owns the business glosary.GlossaryItem.Builderstatus(String status)The business glossary status.GlossaryItem.Builderstatus(GlossaryStatus status)The business glossary status.GlossaryItem.BuilderupdatedAt(Instant updatedAt)The timestamp of when the business glossary was updated.GlossaryItem.BuilderupdatedBy(String updatedBy)The Amazon DataZone user who updated the business glossary.-
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
-
createdAt
GlossaryItem.Builder createdAt(Instant createdAt)
The timestamp of when the glossary was created.
- Parameters:
createdAt- The timestamp of when the glossary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GlossaryItem.Builder createdBy(String createdBy)
The Amazon DataZone user who created the glossary.
- Parameters:
createdBy- The Amazon DataZone user who created the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GlossaryItem.Builder description(String description)
The business glossary description.
- Parameters:
description- The business glossary description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
GlossaryItem.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain in which the business glossary exists.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which the business glossary exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GlossaryItem.Builder id(String id)
The identifier of the glossary.
- Parameters:
id- The identifier of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GlossaryItem.Builder name(String name)
The name of the glossary.
- Parameters:
name- The name of the glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
GlossaryItem.Builder owningProjectId(String owningProjectId)
The identifier of the project that owns the business glosary.
- Parameters:
owningProjectId- The identifier of the project that owns the business glosary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GlossaryItem.Builder status(String status)
The business glossary status.
- Parameters:
status- The business glossary status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
status
GlossaryItem.Builder status(GlossaryStatus status)
The business glossary status.
- Parameters:
status- The business glossary status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
updatedAt
GlossaryItem.Builder updatedAt(Instant updatedAt)
The timestamp of when the business glossary was updated.
- Parameters:
updatedAt- The timestamp of when the business glossary was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
GlossaryItem.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
- Parameters:
updatedBy- The Amazon DataZone user who updated the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-