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