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
Modifier and TypeMethodDescriptionparameterName
(String parameterName) The name of the parameter.parameterName
(ProcessorParameterName parameterName) The name of the parameter.parameterValue
(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 Details
-
parameterName
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries
and 60 for theBufferIntervalInSeconds
. TheBufferSizeInMBs
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 forNumberOfRetries
and 60 for theBufferIntervalInSeconds
. TheBufferSizeInMBs
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
The name of the parameter. Currently the following default values are supported: 3 for
NumberOfRetries
and 60 for theBufferIntervalInSeconds
. TheBufferSizeInMBs
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 forNumberOfRetries
and 60 for theBufferIntervalInSeconds
. TheBufferSizeInMBs
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
The parameter value.
- Parameters:
parameterValue
- The parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-