@Stability(value=Stable) public static final class CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpointConfig.CaptureContentTypeHeaderProperty>
CfnEndpointConfig.CaptureContentTypeHeaderProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEndpointConfig.CaptureContentTypeHeaderProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder |
csvContentTypes(List<String> csvContentTypes)
Sets the value of
CfnEndpointConfig.CaptureContentTypeHeaderProperty.getCsvContentTypes() |
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder |
jsonContentTypes(List<String> jsonContentTypes)
Sets the value of
CfnEndpointConfig.CaptureContentTypeHeaderProperty.getJsonContentTypes() |
@Stability(value=Stable) public CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder csvContentTypes(List<String> csvContentTypes)
CfnEndpointConfig.CaptureContentTypeHeaderProperty.getCsvContentTypes()csvContentTypes - A list of the CSV content types of the data that the endpoint captures.
For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.this@Stability(value=Stable) public CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder jsonContentTypes(List<String> jsonContentTypes)
CfnEndpointConfig.CaptureContentTypeHeaderProperty.getJsonContentTypes()jsonContentTypes - A list of the JSON content types of the data that the endpoint captures.
For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint.this@Stability(value=Stable) public CfnEndpointConfig.CaptureContentTypeHeaderProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpointConfig.CaptureContentTypeHeaderProperty>CfnEndpointConfig.CaptureContentTypeHeaderPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.