Interface GluePropertiesPatch.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GluePropertiesPatch.Builder,,GluePropertiesPatch> SdkBuilder<GluePropertiesPatch.Builder,,GluePropertiesPatch> SdkPojo
- Enclosing class:
GluePropertiesPatch
@Mutable
@NotThreadSafe
public static interface GluePropertiesPatch.Builder
extends SdkPojo, CopyableBuilder<GluePropertiesPatch.Builder,GluePropertiesPatch>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GluePropertiesPatch.BuilderglueConnectionInput(Consumer<GlueConnectionPatch.Builder> glueConnectionInput) The Amazon Web Services Glue properties patch of a connection.glueConnectionInput(GlueConnectionPatch glueConnectionInput) The Amazon Web Services Glue properties patch of a connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
glueConnectionInput
The Amazon Web Services Glue properties patch of a connection.
- Parameters:
glueConnectionInput- The Amazon Web Services Glue properties patch of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueConnectionInput
default GluePropertiesPatch.Builder glueConnectionInput(Consumer<GlueConnectionPatch.Builder> glueConnectionInput) The Amazon Web Services Glue properties patch of a connection.
This is a convenience method that creates an instance of theGlueConnectionPatch.Builderavoiding the need to create one manually viaGlueConnectionPatch.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueConnectionInput(GlueConnectionPatch).- Parameters:
glueConnectionInput- a consumer that will call methods onGlueConnectionPatch.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-