Uses of Interface
software.amazon.awssdk.services.datazone.model.MetadataGenerationRunTarget.Builder
-
Packages that use MetadataGenerationRunTarget.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of MetadataGenerationRunTarget.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return MetadataGenerationRunTarget.Builder Modifier and Type Method Description static MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget. builder()MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget.Builder. identifier(String identifier)The ID of the metadata generation run's target.MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget.Builder. revision(String revision)The revision of the asset for which metadata was generated.MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget. toBuilder()MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget.Builder. type(String type)The type of the asset for which metadata was generated.MetadataGenerationRunTarget.BuilderMetadataGenerationRunTarget.Builder. type(MetadataGenerationTargetType type)The type of the asset for which metadata was generated.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type MetadataGenerationRunTarget.Builder Modifier and Type Method Description static Class<? extends MetadataGenerationRunTarget.Builder>MetadataGenerationRunTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type MetadataGenerationRunTarget.Builder Modifier and Type Method Description default GetMetadataGenerationRunResponse.BuilderGetMetadataGenerationRunResponse.Builder. target(Consumer<MetadataGenerationRunTarget.Builder> target)The asset for which you're generating metadata.default MetadataGenerationRunItem.BuilderMetadataGenerationRunItem.Builder. target(Consumer<MetadataGenerationRunTarget.Builder> target)The asset for which metadata was generated.default StartMetadataGenerationRunRequest.BuilderStartMetadataGenerationRunRequest.Builder. target(Consumer<MetadataGenerationRunTarget.Builder> target)The asset for which you want to start a metadata generation run.
-