public static final class DataProcessorConfig.Builder
extends java.lang.Object
DataProcessorConfig
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataProcessorConfig |
build()
Builds the configured instance.
|
DataProcessorConfig.Builder |
processorIdentifier(DataProcessorIdentifier processorIdentifier)
Sets the value of
DataProcessorConfig.getProcessorIdentifier() |
DataProcessorConfig.Builder |
processorType(java.lang.String processorType)
Sets the value of
DataProcessorConfig.getProcessorType() |
public DataProcessorConfig.Builder processorIdentifier(DataProcessorIdentifier processorIdentifier)
DataProcessorConfig.getProcessorIdentifier()
processorIdentifier
- The key-value pair that identifies the underlying processor resource. This parameter is required.this
public DataProcessorConfig.Builder processorType(java.lang.String processorType)
DataProcessorConfig.getProcessorType()
processorType
- The type of the underlying processor resource. This parameter is required.
Must be an accepted value in CfnDeliveryStream.ProcessorProperty.Type
.this
public DataProcessorConfig build()
DataProcessorConfig
java.lang.NullPointerException
- if any required attribute was not provided