@Stability(value=Stable) public static final class CfnDataSource.DocumentAttributeTargetProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.DocumentAttributeTargetProperty>
CfnDataSource.DocumentAttributeTargetProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.DocumentAttributeTargetProperty |
build()
Builds the configured instance.
|
CfnDataSource.DocumentAttributeTargetProperty.Builder |
targetDocumentAttributeKey(String targetDocumentAttributeKey)
|
CfnDataSource.DocumentAttributeTargetProperty.Builder |
targetDocumentAttributeValue(CfnDataSource.DocumentAttributeValueProperty targetDocumentAttributeValue)
|
CfnDataSource.DocumentAttributeTargetProperty.Builder |
targetDocumentAttributeValue(IResolvable targetDocumentAttributeValue)
|
CfnDataSource.DocumentAttributeTargetProperty.Builder |
targetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)
|
CfnDataSource.DocumentAttributeTargetProperty.Builder |
targetDocumentAttributeValueDeletion(IResolvable targetDocumentAttributeValueDeletion)
|
@Stability(value=Stable) public CfnDataSource.DocumentAttributeTargetProperty.Builder targetDocumentAttributeKey(String targetDocumentAttributeKey)
targetDocumentAttributeKey - The identifier of the target document attribute or metadata field. This parameter is required.
For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.this@Stability(value=Stable) public CfnDataSource.DocumentAttributeTargetProperty.Builder targetDocumentAttributeValue(CfnDataSource.DocumentAttributeValueProperty targetDocumentAttributeValue)
targetDocumentAttributeValue - The target value you want to create for the target attribute.
For example, 'Finance' could be the target value for the target attribute key 'Department'.this@Stability(value=Stable) public CfnDataSource.DocumentAttributeTargetProperty.Builder targetDocumentAttributeValue(IResolvable targetDocumentAttributeValue)
targetDocumentAttributeValue - The target value you want to create for the target attribute.
For example, 'Finance' could be the target value for the target attribute key 'Department'.this@Stability(value=Stable) public CfnDataSource.DocumentAttributeTargetProperty.Builder targetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)
CfnDataSource.DocumentAttributeTargetProperty.getTargetDocumentAttributeValueDeletion()targetDocumentAttributeValueDeletion - `TRUE` to delete the existing target value for your specified target attribute key.
You cannot create a target value and set this to TRUE . To create a target value ( TargetDocumentAttributeValue ), set this to FALSE .this@Stability(value=Stable) public CfnDataSource.DocumentAttributeTargetProperty.Builder targetDocumentAttributeValueDeletion(IResolvable targetDocumentAttributeValueDeletion)
CfnDataSource.DocumentAttributeTargetProperty.getTargetDocumentAttributeValueDeletion()targetDocumentAttributeValueDeletion - `TRUE` to delete the existing target value for your specified target attribute key.
You cannot create a target value and set this to TRUE . To create a target value ( TargetDocumentAttributeValue ), set this to FALSE .this@Stability(value=Stable) public CfnDataSource.DocumentAttributeTargetProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.DocumentAttributeTargetProperty>CfnDataSource.DocumentAttributeTargetPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.