Interface IamPropertiesInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IamPropertiesInput.Builder,
,IamPropertiesInput> SdkBuilder<IamPropertiesInput.Builder,
,IamPropertiesInput> SdkPojo
- Enclosing class:
IamPropertiesInput
@Mutable
@NotThreadSafe
public static interface IamPropertiesInput.Builder
extends SdkPojo, CopyableBuilder<IamPropertiesInput.Builder,IamPropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptionglueLineageSyncEnabled
(Boolean glueLineageSyncEnabled) Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.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
-
glueLineageSyncEnabled
Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.
- Parameters:
glueLineageSyncEnabled
- Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-