Interface GlueConnectionPatch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GlueConnectionPatch.Builder,
,GlueConnectionPatch> SdkBuilder<GlueConnectionPatch.Builder,
,GlueConnectionPatch> SdkPojo
- Enclosing class:
GlueConnectionPatch
@Mutable
@NotThreadSafe
public static interface GlueConnectionPatch.Builder
extends SdkPojo, CopyableBuilder<GlueConnectionPatch.Builder,GlueConnectionPatch>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GlueConnectionPatch.Builder
authenticationConfiguration
(Consumer<AuthenticationConfigurationPatch.Builder> authenticationConfiguration) The authentication configuration of the Amazon Web Services Glue connection patch.authenticationConfiguration
(AuthenticationConfigurationPatch authenticationConfiguration) The authentication configuration of the Amazon Web Services Glue connection patch.connectionProperties
(Map<String, String> connectionProperties) The properties of the Amazon Web Services Glue connection patch.description
(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 Details
-
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.Builder
avoiding the need to create one manually viaAuthenticationConfigurationPatch.builder()
.When the
Consumer
completes,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:
-
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
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.
-