Interface IamPropertiesOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IamPropertiesOutput.Builder,IamPropertiesOutput>,SdkBuilder<IamPropertiesOutput.Builder,IamPropertiesOutput>,SdkPojo
- Enclosing class:
- IamPropertiesOutput
public static interface IamPropertiesOutput.Builder extends SdkPojo, CopyableBuilder<IamPropertiesOutput.Builder,IamPropertiesOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IamPropertiesOutput.BuilderenvironmentId(String environmentId)The environment ID of the connection.IamPropertiesOutput.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
-
environmentId
IamPropertiesOutput.Builder environmentId(String environmentId)
The environment ID of the connection.
- Parameters:
environmentId- The environment ID of the connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueLineageSyncEnabled
IamPropertiesOutput.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.
-
-