| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
FormInput |
FormInput.clone() |
FormInput |
FormInput.withContent(String content)
The content of the metadata form.
|
FormInput |
FormInput.withFormName(String formName)
The name of the metadata form.
|
FormInput |
FormInput.withTypeIdentifier(String typeIdentifier)
The ID of the metadata form type.
|
FormInput |
FormInput.withTypeRevision(String typeRevision)
The revision of the metadata form type.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormInput> |
CreateDataSourceRequest.getAssetFormsInput()
The metadata forms that are to be attached to the assets that this data source works with.
|
List<FormInput> |
UpdateDataSourceRequest.getAssetFormsInput()
The asset forms to be updated as part of the
UpdateDataSource action. |
List<FormInput> |
CreateAssetRevisionRequest.getFormsInput()
The metadata forms to be attached to the asset as part of asset revision.
|
List<FormInput> |
CreateAssetRequest.getFormsInput()
Metadata forms attached to the asset.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDataSourceRequest |
CreateDataSourceRequest.withAssetFormsInput(FormInput... assetFormsInput)
The metadata forms that are to be attached to the assets that this data source works with.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withAssetFormsInput(FormInput... assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withFormsInput(FormInput... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRequest |
CreateAssetRequest.withFormsInput(FormInput... formsInput)
Metadata forms attached to the asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataSourceRequest.setAssetFormsInput(Collection<FormInput> assetFormsInput)
The metadata forms that are to be attached to the assets that this data source works with.
|
void |
UpdateDataSourceRequest.setAssetFormsInput(Collection<FormInput> assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
void |
CreateAssetRevisionRequest.setFormsInput(Collection<FormInput> formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
void |
CreateAssetRequest.setFormsInput(Collection<FormInput> formsInput)
Metadata forms attached to the asset.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withAssetFormsInput(Collection<FormInput> assetFormsInput)
The metadata forms that are to be attached to the assets that this data source works with.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withAssetFormsInput(Collection<FormInput> assetFormsInput)
The asset forms to be updated as part of the
UpdateDataSource action. |
CreateAssetRevisionRequest |
CreateAssetRevisionRequest.withFormsInput(Collection<FormInput> formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRequest |
CreateAssetRequest.withFormsInput(Collection<FormInput> formsInput)
Metadata forms attached to the asset.
|
Copyright © 2024. All rights reserved.