Uses of Interface
software.amazon.awssdk.services.datazone.model.UpdateGlossaryRequest.Builder
-
Packages that use UpdateGlossaryRequest.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 UpdateGlossaryRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type UpdateGlossaryRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGlossaryResponse>DataZoneAsyncClient. updateGlossary(Consumer<UpdateGlossaryRequest.Builder> updateGlossaryRequest)Updates the business glossary in Amazon DataZone.default UpdateGlossaryResponseDataZoneClient. updateGlossary(Consumer<UpdateGlossaryRequest.Builder> updateGlossaryRequest)Updates the business glossary in Amazon DataZone. -
Uses of UpdateGlossaryRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return UpdateGlossaryRequest.Builder Modifier and Type Method Description static UpdateGlossaryRequest.BuilderUpdateGlossaryRequest. builder()UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. description(String description)The description to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. domainIdentifier(String domainIdentifier)The identifier of the Amazon DataZone domain in which a business glossary is to be updated.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. identifier(String identifier)The identifier of the business glossary to be updated.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. name(String name)The name to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. status(String status)The status to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest.Builder. status(GlossaryStatus status)The status to be updated as part of theUpdateGlossaryaction.UpdateGlossaryRequest.BuilderUpdateGlossaryRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type UpdateGlossaryRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGlossaryRequest.Builder>UpdateGlossaryRequest. serializableBuilderClass()
-