public static final class CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder
extends java.lang.Object
CfnEndpointConfig.CaptureContentTypeHeaderProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnEndpointConfig.CaptureContentTypeHeaderProperty |
build()
Builds the configured instance.
|
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder |
csvContentTypes(java.util.List<java.lang.String> csvContentTypes)
Sets the value of
CfnEndpointConfig.CaptureContentTypeHeaderProperty.getCsvContentTypes() |
CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder |
jsonContentTypes(java.util.List<java.lang.String> jsonContentTypes)
Sets the value of
CfnEndpointConfig.CaptureContentTypeHeaderProperty.getJsonContentTypes() |
public CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder csvContentTypes(java.util.List<java.lang.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
public CfnEndpointConfig.CaptureContentTypeHeaderProperty.Builder jsonContentTypes(java.util.List<java.lang.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
public CfnEndpointConfig.CaptureContentTypeHeaderProperty build()
CfnEndpointConfig.CaptureContentTypeHeaderProperty
java.lang.NullPointerException
- if any required attribute was not provided