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