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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorParameter.BuilderparameterName(String parameterName)The name of the parameter.ProcessorParameter.BuilderparameterName(ProcessorParameterName parameterName)The name of the parameter.ProcessorParameter.BuilderparameterValue(String parameterValue)The parameter value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
parameterName
ProcessorParameter.Builder parameterName(String parameterName)
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetriesand 60 for theBufferIntervalInSeconds. TheBufferSizeInMBsranges 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 forNumberOfRetriesand 60 for theBufferIntervalInSeconds. TheBufferSizeInMBsranges 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:
ProcessorParameterName,ProcessorParameterName
-
parameterName
ProcessorParameter.Builder parameterName(ProcessorParameterName parameterName)
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetriesand 60 for theBufferIntervalInSeconds. TheBufferSizeInMBsranges 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 forNumberOfRetriesand 60 for theBufferIntervalInSeconds. TheBufferSizeInMBsranges 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:
ProcessorParameterName,ProcessorParameterName
-
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.
-
-