| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
FormEntryInput |
FormEntryInput.clone() |
FormEntryInput |
FormEntryInput.withRequired(Boolean required)
Specifies whether a form entry is required.
|
FormEntryInput |
FormEntryInput.withTypeIdentifier(String typeIdentifier)
The type ID of the form entry.
|
FormEntryInput |
FormEntryInput.withTypeRevision(String typeRevision)
The type revision of the form entry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormEntryInput> |
CreateAssetTypeRequest.getFormsInput()
The metadata forms that are to be attached to the custom asset type.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAssetTypeRequest |
CreateAssetTypeRequest.addFormsInputEntry(String key,
FormEntryInput value)
Add a single FormsInput entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAssetTypeRequest.setFormsInput(Map<String,FormEntryInput> formsInput)
The metadata forms that are to be attached to the custom asset type.
|
CreateAssetTypeRequest |
CreateAssetTypeRequest.withFormsInput(Map<String,FormEntryInput> formsInput)
The metadata forms that are to be attached to the custom asset type.
|
Copyright © 2024. All rights reserved.