Interface ProcessorParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProcessorParameter.Builder,ProcessorParameter>, SdkBuilder<ProcessorParameter.Builder,ProcessorParameter>, SdkPojo
Enclosing class:
ProcessorParameter

public static interface ProcessorParameter.Builder extends SdkPojo, CopyableBuilder<ProcessorParameter.Builder,ProcessorParameter>
  • Method Details

    • parameterName

      ProcessorParameter.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parameterName

      ProcessorParameter.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parameterValue

      ProcessorParameter.Builder parameterValue(String parameterValue)

      The parameter value.

      Parameters:
      parameterValue - The parameter value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.