public static final class CfnApplication.RecordFormatProperty.Builder extends Object
CfnApplication.RecordFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.RecordFormatProperty |
build()
Builds the configured instance.
|
CfnApplication.RecordFormatProperty.Builder |
withMappingParameters(CfnApplication.MappingParametersProperty value)
Sets the value of MappingParameters
|
CfnApplication.RecordFormatProperty.Builder |
withMappingParameters(software.amazon.awscdk.Token value)
Sets the value of MappingParameters
|
CfnApplication.RecordFormatProperty.Builder |
withRecordFormatType(String value)
Sets the value of RecordFormatType
|
public CfnApplication.RecordFormatProperty.Builder withRecordFormatType(String value)
value - ``CfnApplication.RecordFormatProperty.RecordFormatType``thispublic CfnApplication.RecordFormatProperty.Builder withMappingParameters(@Nullable software.amazon.awscdk.Token value)
value - ``CfnApplication.RecordFormatProperty.MappingParameters``thispublic CfnApplication.RecordFormatProperty.Builder withMappingParameters(@Nullable CfnApplication.MappingParametersProperty value)
value - ``CfnApplication.RecordFormatProperty.MappingParameters``thispublic CfnApplication.RecordFormatProperty build()
CfnApplication.RecordFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.