Uses of Interface
software.amazon.awssdk.services.datazone.model.FormEntryInput.Builder
-
Packages that use FormEntryInput.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of FormEntryInput.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return FormEntryInput.Builder Modifier and Type Method Description static FormEntryInput.BuilderFormEntryInput. builder()FormEntryInput.BuilderFormEntryInput.Builder. required(Boolean required)Specifies whether a form entry is required.FormEntryInput.BuilderFormEntryInput. toBuilder()FormEntryInput.BuilderFormEntryInput.Builder. typeIdentifier(String typeIdentifier)The type ID of the form entry.FormEntryInput.BuilderFormEntryInput.Builder. typeRevision(String typeRevision)The type revision of the form entry.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type FormEntryInput.Builder Modifier and Type Method Description static Class<? extends FormEntryInput.Builder>FormEntryInput. serializableBuilderClass()
-