Interface GlueConnectionPatch.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GlueConnectionPatch.Builder,GlueConnectionPatch>,SdkBuilder<GlueConnectionPatch.Builder,GlueConnectionPatch>,SdkPojo
- Enclosing class:
- GlueConnectionPatch
public static interface GlueConnectionPatch.Builder extends SdkPojo, CopyableBuilder<GlueConnectionPatch.Builder,GlueConnectionPatch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GlueConnectionPatch.BuilderauthenticationConfiguration(Consumer<AuthenticationConfigurationPatch.Builder> authenticationConfiguration)The authentication configuration of the Amazon Web Services Glue connection patch.GlueConnectionPatch.BuilderauthenticationConfiguration(AuthenticationConfigurationPatch authenticationConfiguration)The authentication configuration of the Amazon Web Services Glue connection patch.GlueConnectionPatch.BuilderconnectionProperties(Map<String,String> connectionProperties)The properties of the Amazon Web Services Glue connection patch.GlueConnectionPatch.Builderdescription(String description)The description of the Amazon Web Services Glue connection patch.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
authenticationConfiguration
GlueConnectionPatch.Builder authenticationConfiguration(AuthenticationConfigurationPatch authenticationConfiguration)
The authentication configuration of the Amazon Web Services Glue connection patch.
- Parameters:
authenticationConfiguration- The authentication configuration of the Amazon Web Services Glue connection patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationConfiguration
default GlueConnectionPatch.Builder authenticationConfiguration(Consumer<AuthenticationConfigurationPatch.Builder> authenticationConfiguration)
The authentication configuration of the Amazon Web Services Glue connection patch.
This is a convenience method that creates an instance of theAuthenticationConfigurationPatch.Builderavoiding the need to create one manually viaAuthenticationConfigurationPatch.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthenticationConfiguration(AuthenticationConfigurationPatch).- Parameters:
authenticationConfiguration- a consumer that will call methods onAuthenticationConfigurationPatch.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
authenticationConfiguration(AuthenticationConfigurationPatch)
-
connectionProperties
GlueConnectionPatch.Builder connectionProperties(Map<String,String> connectionProperties)
The properties of the Amazon Web Services Glue connection patch.
- Parameters:
connectionProperties- The properties of the Amazon Web Services Glue connection patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GlueConnectionPatch.Builder description(String description)
The description of the Amazon Web Services Glue connection patch.
- Parameters:
description- The description of the Amazon Web Services Glue connection patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-