Uses of Interface
software.amazon.awssdk.services.datazone.model.CreateListingChangeSetRequest.Builder
-
Packages that use CreateListingChangeSetRequest.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 CreateListingChangeSetRequest.Builder in software.amazon.awssdk.services.datazone
Method parameters in software.amazon.awssdk.services.datazone with type arguments of type CreateListingChangeSetRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateListingChangeSetResponse>DataZoneAsyncClient. createListingChangeSet(Consumer<CreateListingChangeSetRequest.Builder> createListingChangeSetRequest)Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.default CreateListingChangeSetResponseDataZoneClient. createListingChangeSet(Consumer<CreateListingChangeSetRequest.Builder> createListingChangeSetRequest)Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog. -
Uses of CreateListingChangeSetRequest.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return CreateListingChangeSetRequest.Builder Modifier and Type Method Description CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. action(String action)Specifies whether to publish or unpublish a listing.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. action(ChangeAction action)Specifies whether to publish or unpublish a listing.static CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest. builder()CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. domainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. entityIdentifier(String entityIdentifier)The ID of the asset.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. entityRevision(String entityRevision)The revision of an asset.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. entityType(String entityType)The type of an entity.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. entityType(EntityType entityType)The type of an entity.CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateListingChangeSetRequest.BuilderCreateListingChangeSetRequest. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type CreateListingChangeSetRequest.Builder Modifier and Type Method Description static Class<? extends CreateListingChangeSetRequest.Builder>CreateListingChangeSetRequest. serializableBuilderClass()
-