Uses of Interface
software.amazon.awssdk.services.datazone.model.GlueConnectionPatch.Builder
-
Packages that use GlueConnectionPatch.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlueConnectionPatch.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlueConnectionPatch.Builder Modifier and Type Method Description default GlueConnectionPatch.BuilderGlueConnectionPatch.Builder. authenticationConfiguration(Consumer<AuthenticationConfigurationPatch.Builder> authenticationConfiguration)The authentication configuration of the Amazon Web Services Glue connection patch.GlueConnectionPatch.BuilderGlueConnectionPatch.Builder. authenticationConfiguration(AuthenticationConfigurationPatch authenticationConfiguration)The authentication configuration of the Amazon Web Services Glue connection patch.static GlueConnectionPatch.BuilderGlueConnectionPatch. builder()GlueConnectionPatch.BuilderGlueConnectionPatch.Builder. connectionProperties(Map<String,String> connectionProperties)The properties of the Amazon Web Services Glue connection patch.GlueConnectionPatch.BuilderGlueConnectionPatch.Builder. description(String description)The description of the Amazon Web Services Glue connection patch.GlueConnectionPatch.BuilderGlueConnectionPatch. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GlueConnectionPatch.Builder Modifier and Type Method Description static Class<? extends GlueConnectionPatch.Builder>GlueConnectionPatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type GlueConnectionPatch.Builder Modifier and Type Method Description default GluePropertiesPatch.BuilderGluePropertiesPatch.Builder. glueConnectionInput(Consumer<GlueConnectionPatch.Builder> glueConnectionInput)The Amazon Web Services Glue properties patch of a connection.
-