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