Uses of Interface
software.amazon.awssdk.services.datazone.model.IamPropertiesInput.Builder
-
Packages that use IamPropertiesInput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of IamPropertiesInput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return IamPropertiesInput.Builder Modifier and Type Method Description static IamPropertiesInput.BuilderIamPropertiesInput. builder()IamPropertiesInput.BuilderIamPropertiesInput.Builder. glueLineageSyncEnabled(Boolean glueLineageSyncEnabled)Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.IamPropertiesInput.BuilderIamPropertiesInput. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type IamPropertiesInput.Builder Modifier and Type Method Description static Class<? extends IamPropertiesInput.Builder>IamPropertiesInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type IamPropertiesInput.Builder Modifier and Type Method Description static ConnectionPropertiesInputConnectionPropertiesInput. fromIamProperties(Consumer<IamPropertiesInput.Builder> iamProperties)Create an instance of this class withConnectionPropertiesInput.iamProperties()initialized to the given value.default ConnectionPropertiesInput.BuilderConnectionPropertiesInput.Builder. iamProperties(Consumer<IamPropertiesInput.Builder> iamProperties)The IAM properties of a connection.
-