Uses of Interface
software.amazon.awssdk.services.datazone.model.GluePropertiesPatch.Builder
-
Packages that use GluePropertiesPatch.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GluePropertiesPatch.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GluePropertiesPatch.Builder Modifier and Type Method Description static GluePropertiesPatch.BuilderGluePropertiesPatch. builder()default GluePropertiesPatch.BuilderGluePropertiesPatch.Builder. glueConnectionInput(Consumer<GlueConnectionPatch.Builder> glueConnectionInput)The Amazon Web Services Glue properties patch of a connection.GluePropertiesPatch.BuilderGluePropertiesPatch.Builder. glueConnectionInput(GlueConnectionPatch glueConnectionInput)The Amazon Web Services Glue properties patch of a connection.GluePropertiesPatch.BuilderGluePropertiesPatch. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GluePropertiesPatch.Builder Modifier and Type Method Description static Class<? extends GluePropertiesPatch.Builder>GluePropertiesPatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type GluePropertiesPatch.Builder Modifier and Type Method Description static ConnectionPropertiesPatchConnectionPropertiesPatch. fromGlueProperties(Consumer<GluePropertiesPatch.Builder> glueProperties)Create an instance of this class withConnectionPropertiesPatch.glueProperties()initialized to the given value.default ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. glueProperties(Consumer<GluePropertiesPatch.Builder> glueProperties)The Amazon Web Services Glue properties of a connection properties patch.
-