Uses of Interface
software.amazon.awssdk.services.datazone.model.OwnerProperties.Builder
-
Packages that use OwnerProperties.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OwnerProperties.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OwnerProperties.Builder Modifier and Type Method Description static OwnerProperties.BuilderOwnerProperties. builder()default OwnerProperties.BuilderOwnerProperties.Builder. group(Consumer<OwnerGroupProperties.Builder> group)Specifies that the domain unit owner is a group.OwnerProperties.BuilderOwnerProperties.Builder. group(OwnerGroupProperties group)Specifies that the domain unit owner is a group.OwnerProperties.BuilderOwnerProperties. toBuilder()default OwnerProperties.BuilderOwnerProperties.Builder. user(Consumer<OwnerUserProperties.Builder> user)Specifies that the domain unit owner is a user.OwnerProperties.BuilderOwnerProperties.Builder. user(OwnerUserProperties 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 OwnerProperties.Builder Modifier and Type Method Description static Class<? extends OwnerProperties.Builder>OwnerProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type OwnerProperties.Builder Modifier and Type Method Description default AddEntityOwnerRequest.BuilderAddEntityOwnerRequest.Builder. owner(Consumer<OwnerProperties.Builder> owner)The owner that you want to add to the entity.default RemoveEntityOwnerRequest.BuilderRemoveEntityOwnerRequest.Builder. owner(Consumer<OwnerProperties.Builder> owner)The owner that you want to remove from an entity.
-