Uses of Interface
software.amazon.awssdk.services.datazone.model.OwnerPropertiesOutput.Builder
-
Packages that use OwnerPropertiesOutput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OwnerPropertiesOutput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OwnerPropertiesOutput.Builder Modifier and Type Method Description static OwnerPropertiesOutput.BuilderOwnerPropertiesOutput. builder()default OwnerPropertiesOutput.BuilderOwnerPropertiesOutput.Builder. group(Consumer<OwnerGroupPropertiesOutput.Builder> group)Specifies that the domain unit owner is a group.OwnerPropertiesOutput.BuilderOwnerPropertiesOutput.Builder. group(OwnerGroupPropertiesOutput group)Specifies that the domain unit owner is a group.OwnerPropertiesOutput.BuilderOwnerPropertiesOutput. toBuilder()default OwnerPropertiesOutput.BuilderOwnerPropertiesOutput.Builder. user(Consumer<OwnerUserPropertiesOutput.Builder> user)Specifies that the domain unit owner is a user.OwnerPropertiesOutput.BuilderOwnerPropertiesOutput.Builder. user(OwnerUserPropertiesOutput user)Specifies that the domain unit owner is a user.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type OwnerPropertiesOutput.Builder Modifier and Type Method Description static Class<? extends OwnerPropertiesOutput.Builder>OwnerPropertiesOutput. serializableBuilderClass()
-