Uses of Interface
software.amazon.awssdk.services.datazone.model.OwnerGroupPropertiesOutput.Builder
-
Packages that use OwnerGroupPropertiesOutput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OwnerGroupPropertiesOutput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OwnerGroupPropertiesOutput.Builder Modifier and Type Method Description static OwnerGroupPropertiesOutput.BuilderOwnerGroupPropertiesOutput. builder()OwnerGroupPropertiesOutput.BuilderOwnerGroupPropertiesOutput.Builder. groupId(String groupId)The ID of the domain unit owners group.OwnerGroupPropertiesOutput.BuilderOwnerGroupPropertiesOutput. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type OwnerGroupPropertiesOutput.Builder Modifier and Type Method Description static Class<? extends OwnerGroupPropertiesOutput.Builder>OwnerGroupPropertiesOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type OwnerGroupPropertiesOutput.Builder Modifier and Type Method Description static OwnerPropertiesOutputOwnerPropertiesOutput. fromGroup(Consumer<OwnerGroupPropertiesOutput.Builder> group)Create an instance of this class withOwnerPropertiesOutput.group()initialized to the given value.default OwnerPropertiesOutput.BuilderOwnerPropertiesOutput.Builder. group(Consumer<OwnerGroupPropertiesOutput.Builder> group)Specifies that the domain unit owner is a group.
-