@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessorParameter extends Object implements Serializable, Cloneable, StructuredPojo
Describes the processor parameter.
| Constructor and Description |
|---|
ProcessorParameter() |
| Modifier and Type | Method and Description |
|---|---|
ProcessorParameter |
clone() |
boolean |
equals(Object obj) |
String |
getParameterName()
The name of the parameter.
|
String |
getParameterValue()
The parameter value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setParameterName(ProcessorParameterName parameterName)
The name of the parameter.
|
void |
setParameterName(String parameterName)
The name of the parameter.
|
void |
setParameterValue(String parameterValue)
The parameter value.
|
String |
toString()
Returns a string representation of this object.
|
ProcessorParameter |
withParameterName(ProcessorParameterName parameterName)
The name of the parameter.
|
ProcessorParameter |
withParameterName(String parameterName)
The name of the parameter.
|
ProcessorParameter |
withParameterValue(String parameterValue)
The parameter value.
|
public void setParameterName(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.ProcessorParameterNamepublic String getParameterName()
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.
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.ProcessorParameterNamepublic ProcessorParameter withParameterName(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.ProcessorParameterNamepublic void setParameterName(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.ProcessorParameterNamepublic ProcessorParameter withParameterName(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.ProcessorParameterNamepublic void setParameterValue(String parameterValue)
The parameter value.
parameterValue - The parameter value.public String getParameterValue()
The parameter value.
public ProcessorParameter withParameterValue(String parameterValue)
The parameter value.
parameterValue - The parameter value.public String toString()
toString in class ObjectObject.toString()public ProcessorParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.