Interface GetGlossaryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGlossaryRequest.Builder,GetGlossaryRequest>,DataZoneRequest.Builder,SdkBuilder<GetGlossaryRequest.Builder,GetGlossaryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGlossaryRequest
public static interface GetGlossaryRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetGlossaryRequest.Builder,GetGlossaryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetGlossaryRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which this business glossary exists.GetGlossaryRequest.Builderidentifier(String identifier)The ID of the business glossary.GetGlossaryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGlossaryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
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
-
domainIdentifier
GetGlossaryRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary exists.
- Parameters:
domainIdentifier- 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.
-
identifier
GetGlossaryRequest.Builder identifier(String identifier)
The ID of the business glossary.
- Parameters:
identifier- The ID of the business glossary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetGlossaryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGlossaryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-