Interface GluePropertiesInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GluePropertiesInput.Builder,,GluePropertiesInput> SdkBuilder<GluePropertiesInput.Builder,,GluePropertiesInput> SdkPojo
- Enclosing class:
GluePropertiesInput
@Mutable
@NotThreadSafe
public static interface GluePropertiesInput.Builder
extends SdkPojo, CopyableBuilder<GluePropertiesInput.Builder,GluePropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GluePropertiesInput.BuilderglueConnectionInput(Consumer<GlueConnectionInput.Builder> glueConnectionInput) The Amazon Web Services Glue connection.glueConnectionInput(GlueConnectionInput glueConnectionInput) The Amazon Web Services Glue 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 connection.
- Parameters:
glueConnectionInput- The Amazon Web Services Glue connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueConnectionInput
default GluePropertiesInput.Builder glueConnectionInput(Consumer<GlueConnectionInput.Builder> glueConnectionInput) The Amazon Web Services Glue connection.
This is a convenience method that creates an instance of theGlueConnectionInput.Builderavoiding the need to create one manually viaGlueConnectionInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueConnectionInput(GlueConnectionInput).- Parameters:
glueConnectionInput- a consumer that will call methods onGlueConnectionInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-