Interface IamPropertiesPatch.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IamPropertiesPatch.Builder,IamPropertiesPatch>,SdkBuilder<IamPropertiesPatch.Builder,IamPropertiesPatch>,SdkPojo
- Enclosing class:
- IamPropertiesPatch
public static interface IamPropertiesPatch.Builder extends SdkPojo, CopyableBuilder<IamPropertiesPatch.Builder,IamPropertiesPatch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamPropertiesPatch.BuilderglueLineageSyncEnabled(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 Detail
-
glueLineageSyncEnabled
IamPropertiesPatch.Builder glueLineageSyncEnabled(Boolean 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.
-
-