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