Interface GetGlossaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetGlossaryResponse.Builder,
,GetGlossaryResponse> DataZoneResponse.Builder
,SdkBuilder<GetGlossaryResponse.Builder,
,GetGlossaryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetGlossaryResponse
@Mutable
@NotThreadSafe
public static interface GetGlossaryResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetGlossaryResponse.Builder,GetGlossaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when this business glossary was created.The Amazon DataZone user who created this business glossary.description
(String description) The description of the business glossary.The ID of the Amazon DataZone domain in which this business glossary exists.The ID of the business glossary.The name of the business glossary.owningProjectId
(String owningProjectId) The ID of the project that owns this business glossary.The status of the business glossary.status
(GlossaryStatus status) The status of the business glossary.The timestamp of when the business glossary was updated.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
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
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
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
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:
-
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:
-
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
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.
-