Interface CreateGlossaryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGlossaryResponse.Builder,CreateGlossaryResponse>,DataZoneResponse.Builder,SdkBuilder<CreateGlossaryResponse.Builder,CreateGlossaryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGlossaryResponse
public static interface CreateGlossaryResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateGlossaryResponse.Builder,CreateGlossaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGlossaryResponse.Builderdescription(String description)The description of this business glossary.CreateGlossaryResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which this business glossary is created.CreateGlossaryResponse.Builderid(String id)The ID of this business glossary.CreateGlossaryResponse.Buildername(String name)The name of this business glossary.CreateGlossaryResponse.BuilderowningProjectId(String owningProjectId)The ID of the project that currently owns this business glossary.CreateGlossaryResponse.Builderstatus(String status)The status of this business glossary.CreateGlossaryResponse.Builderstatus(GlossaryStatus status)The status of this 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
-
description
CreateGlossaryResponse.Builder description(String description)
The description of this business glossary.
- Parameters:
description- The description of this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateGlossaryResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary is created.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which this business glossary is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateGlossaryResponse.Builder id(String id)
The ID of this business glossary.
- Parameters:
id- The ID of this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateGlossaryResponse.Builder name(String name)
The name of this business glossary.
- Parameters:
name- The name of this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
CreateGlossaryResponse.Builder owningProjectId(String owningProjectId)
The ID of the project that currently owns this business glossary.
- Parameters:
owningProjectId- The ID of the project that currently owns this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateGlossaryResponse.Builder status(String status)
The status of this business glossary.
- Parameters:
status- The status of this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
status
CreateGlossaryResponse.Builder status(GlossaryStatus status)
The status of this business glossary.
- Parameters:
status- The status of this business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GlossaryStatus,GlossaryStatus
-
-