Interface GetGlossaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>,DataZoneResponse.Builder,SdkBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGlossaryResponse
public static interface GetGlossaryResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGlossaryResponse.BuildercreatedAt(Instant createdAt)The timestamp of when this business glossary was created.GetGlossaryResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created this business glossary.GetGlossaryResponse.Builderdescription(String description)The description of the business glossary.GetGlossaryResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which this business glossary exists.GetGlossaryResponse.Builderid(String id)The ID of the business glossary.GetGlossaryResponse.Buildername(String name)The name of the business glossary.GetGlossaryResponse.BuilderowningProjectId(String owningProjectId)The ID of the project that owns this business glossary.GetGlossaryResponse.Builderstatus(String status)The status of the business glossary.GetGlossaryResponse.Builderstatus(GlossaryStatus status)The status of the business glossary.GetGlossaryResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when the business glossary was updated.GetGlossaryResponse.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.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
GetGlossaryResponse.Builder createdAt(Instant createdAt)
The timestamp of when this business glossary was created.
- Parameters:
createdAt- The timestamp of when this business glossary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetGlossaryResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this business glossary.
- Parameters:
createdBy- The Amazon DataZone user who created this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetGlossaryResponse.Builder description(String description)
The description of the business glossary.
- Parameters:
description- The description of the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
GetGlossaryResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which this business glossary exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetGlossaryResponse.Builder id(String id)
The ID of the business glossary.
- Parameters:
id- The ID of the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetGlossaryResponse.Builder name(String name)
The name of the business glossary.
- Parameters:
name- The name of the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
GetGlossaryResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
- Parameters:
owningProjectId- The ID of the project that owns this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetGlossaryResponse.Builder status(String status)
The status of the business glossary.
- Parameters:
status- The status of the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
status
GetGlossaryResponse.Builder status(GlossaryStatus status)
The status of the business glossary.
- Parameters:
status- The status of the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
updatedAt
GetGlossaryResponse.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
GetGlossaryResponse.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.
-
-