Uses of Interface
software.amazon.awssdk.services.datazone.model.CreateGlossaryRequest.Builder
-
Packages that use CreateGlossaryRequest.Builder Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data.software.amazon.awssdk.services.datazone.model -
-
Uses of CreateGlossaryRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type CreateGlossaryRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGlossaryResponse>DataZoneAsyncClient. createGlossary(Consumer<CreateGlossaryRequest.Builder> createGlossaryRequest)Creates an Amazon DataZone business glossary.default CreateGlossaryResponseDataZoneClient. createGlossary(Consumer<CreateGlossaryRequest.Builder> createGlossaryRequest)Creates an Amazon DataZone business glossary. -
Uses of CreateGlossaryRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return CreateGlossaryRequest.Builder Modifier and Type Method Description static CreateGlossaryRequest.BuilderCreateGlossaryRequest. builder()CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. description(String description)The description of this business glossary.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. domainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which this business glossary is created.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. name(String name)The name of this business glossary.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. owningProjectIdentifier(String owningProjectIdentifier)The ID of the project that currently owns business glossary.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. status(String status)The status of this business glossary.CreateGlossaryRequest.BuilderCreateGlossaryRequest.Builder. status(GlossaryStatus status)The status of this business glossary.CreateGlossaryRequest.BuilderCreateGlossaryRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type CreateGlossaryRequest.Builder Modifier and Type Method Description static Class<? extends CreateGlossaryRequest.Builder>CreateGlossaryRequest. serializableBuilderClass()
-