@Stability(value=Stable) public static final class CfnDataSource.DocumentAttributeValueProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.DocumentAttributeValueProperty>
CfnDataSource.DocumentAttributeValueProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.DocumentAttributeValueProperty |
build()
Builds the configured instance.
|
CfnDataSource.DocumentAttributeValueProperty.Builder |
dateValue(String dateValue)
Sets the value of
CfnDataSource.DocumentAttributeValueProperty.getDateValue() |
CfnDataSource.DocumentAttributeValueProperty.Builder |
longValue(Number longValue)
Sets the value of
CfnDataSource.DocumentAttributeValueProperty.getLongValue() |
CfnDataSource.DocumentAttributeValueProperty.Builder |
stringListValue(List<String> stringListValue)
Sets the value of
CfnDataSource.DocumentAttributeValueProperty.getStringListValue() |
CfnDataSource.DocumentAttributeValueProperty.Builder |
stringValue(String stringValue)
Sets the value of
CfnDataSource.DocumentAttributeValueProperty.getStringValue() |
@Stability(value=Stable) public CfnDataSource.DocumentAttributeValueProperty.Builder dateValue(String dateValue)
CfnDataSource.DocumentAttributeValueProperty.getDateValue()dateValue - A date expressed as an ISO 8601 string.
It is important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.this@Stability(value=Stable) public CfnDataSource.DocumentAttributeValueProperty.Builder longValue(Number longValue)
CfnDataSource.DocumentAttributeValueProperty.getLongValue()longValue - A long integer value.this@Stability(value=Stable) public CfnDataSource.DocumentAttributeValueProperty.Builder stringListValue(List<String> stringListValue)
CfnDataSource.DocumentAttributeValueProperty.getStringListValue()stringListValue - A list of strings.this@Stability(value=Stable) public CfnDataSource.DocumentAttributeValueProperty.Builder stringValue(String stringValue)
CfnDataSource.DocumentAttributeValueProperty.getStringValue()stringValue - A string, such as "department".this@Stability(value=Stable) public CfnDataSource.DocumentAttributeValueProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.DocumentAttributeValueProperty>CfnDataSource.DocumentAttributeValuePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.