public static interface ProcessorParameter.Builder extends SdkPojo, CopyableBuilder<ProcessorParameter.Builder,ProcessorParameter>
| Modifier and Type | Method and Description |
|---|---|
ProcessorParameter.Builder |
parameterName(ProcessorParameterName parameterName)
The name of the parameter.
|
ProcessorParameter.Builder |
parameterName(String parameterName)
The name of the parameter.
|
ProcessorParameter.Builder |
parameterValue(String parameterValue)
The parameter value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessorParameter.Builder parameterName(String parameterName)
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries and 60 for the BufferIntervalInSeconds. The
BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all
destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
parameterName - The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries and 60 for the BufferIntervalInSeconds. The
BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB
for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.ProcessorParameterName,
ProcessorParameterNameProcessorParameter.Builder parameterName(ProcessorParameterName parameterName)
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries and 60 for the BufferIntervalInSeconds. The
BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all
destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
parameterName - The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries and 60 for the BufferIntervalInSeconds. The
BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB
for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.ProcessorParameterName,
ProcessorParameterNameProcessorParameter.Builder parameterValue(String parameterValue)
The parameter value.
parameterValue - The parameter value.Copyright © 2023. All rights reserved.