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