Class Processor
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchlogs.model.Processor
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Processor.Builder,Processor>
@Generated("software.amazon.awssdk:codegen") public final class Processor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Processor.Builder,Processor>
This structure contains the information about one processor in a log transformer.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProcessor.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AddKeysaddKeys()Use this parameter to include the addKeys processor in your transformer.static Processor.Builderbuilder()CopyValuecopyValue()Use this parameter to include the copyValue processor in your transformer.CSVcsv()Use this parameter to include the CSV processor in your transformer.DateTimeConverterdateTimeConverter()Use this parameter to include the datetimeConverter processor in your transformer.DeleteKeysdeleteKeys()Use this parameter to include the deleteKeys processor in your transformer.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Grokgrok()Use this parameter to include the grok processor in your transformer.inthashCode()ListToMaplistToMap()Use this parameter to include the listToMap processor in your transformer.LowerCaseStringlowerCaseString()Use this parameter to include the lowerCaseString processor in your transformer.MoveKeysmoveKeys()Use this parameter to include the moveKeys processor in your transformer.ParseCloudfrontparseCloudfront()Use this parameter to include the parseCloudfront processor in your transformer.ParseJSONparseJSON()Use this parameter to include the parseJSON processor in your transformer.ParseKeyValueparseKeyValue()Use this parameter to include the parseKeyValue processor in your transformer.ParsePostgresparsePostgres()Use this parameter to include the parsePostGres processor in your transformer.ParseRoute53parseRoute53()Use this parameter to include the parseRoute53 processor in your transformer.ParseVPCparseVPC()Use this parameter to include the parseVPC processor in your transformer.ParseWAFparseWAF()Use this parameter to include the parseWAF processor in your transformer.RenameKeysrenameKeys()Use this parameter to include the renameKeys processor in your transformer.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Processor.Builder>serializableBuilderClass()SplitStringsplitString()Use this parameter to include the splitString processor in your transformer.SubstituteStringsubstituteString()Use this parameter to include the substituteString processor in your transformer.Processor.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrimStringtrimString()Use this parameter to include the trimString processor in your transformer.TypeConvertertypeConverter()Use this parameter to include the typeConverter processor in your transformer.UpperCaseStringupperCaseString()Use this parameter to include the upperCaseString processor in your transformer.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
addKeys
public final AddKeys addKeys()
Use this parameter to include the addKeys processor in your transformer.
- Returns:
- Use this parameter to include the addKeys processor in your transformer.
-
copyValue
public final CopyValue copyValue()
Use this parameter to include the copyValue processor in your transformer.
- Returns:
- Use this parameter to include the copyValue processor in your transformer.
-
csv
public final CSV csv()
Use this parameter to include the CSV processor in your transformer.
- Returns:
- Use this parameter to include the CSV processor in your transformer.
-
dateTimeConverter
public final DateTimeConverter dateTimeConverter()
Use this parameter to include the datetimeConverter processor in your transformer.
- Returns:
- Use this parameter to include the datetimeConverter processor in your transformer.
-
deleteKeys
public final DeleteKeys deleteKeys()
Use this parameter to include the deleteKeys processor in your transformer.
- Returns:
- Use this parameter to include the deleteKeys processor in your transformer.
-
grok
public final Grok grok()
Use this parameter to include the grok processor in your transformer.
- Returns:
- Use this parameter to include the grok processor in your transformer.
-
listToMap
public final ListToMap listToMap()
Use this parameter to include the listToMap processor in your transformer.
- Returns:
- Use this parameter to include the listToMap processor in your transformer.
-
lowerCaseString
public final LowerCaseString lowerCaseString()
Use this parameter to include the lowerCaseString processor in your transformer.
- Returns:
- Use this parameter to include the lowerCaseString processor in your transformer.
-
moveKeys
public final MoveKeys moveKeys()
Use this parameter to include the moveKeys processor in your transformer.
- Returns:
- Use this parameter to include the moveKeys processor in your transformer.
-
parseCloudfront
public final ParseCloudfront parseCloudfront()
Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Returns:
- Use this parameter to include the parseCloudfront processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
-
parseJSON
public final ParseJSON parseJSON()
Use this parameter to include the parseJSON processor in your transformer.
- Returns:
- Use this parameter to include the parseJSON processor in your transformer.
-
parseKeyValue
public final ParseKeyValue parseKeyValue()
Use this parameter to include the parseKeyValue processor in your transformer.
- Returns:
- Use this parameter to include the parseKeyValue processor in your transformer.
-
parseRoute53
public final ParseRoute53 parseRoute53()
Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Returns:
- Use this parameter to include the parseRoute53 processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
-
parsePostgres
public final ParsePostgres parsePostgres()
Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Returns:
- Use this parameter to include the parsePostGres processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
-
parseVPC
public final ParseVPC parseVPC()
Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Returns:
- Use this parameter to include the parseVPC processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
-
parseWAF
public final ParseWAF parseWAF()
Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
- Returns:
- Use this parameter to include the parseWAF processor in your transformer.
If you use this processor, it must be the first processor in your transformer.
-
renameKeys
public final RenameKeys renameKeys()
Use this parameter to include the renameKeys processor in your transformer.
- Returns:
- Use this parameter to include the renameKeys processor in your transformer.
-
splitString
public final SplitString splitString()
Use this parameter to include the splitString processor in your transformer.
- Returns:
- Use this parameter to include the splitString processor in your transformer.
-
substituteString
public final SubstituteString substituteString()
Use this parameter to include the substituteString processor in your transformer.
- Returns:
- Use this parameter to include the substituteString processor in your transformer.
-
trimString
public final TrimString trimString()
Use this parameter to include the trimString processor in your transformer.
- Returns:
- Use this parameter to include the trimString processor in your transformer.
-
typeConverter
public final TypeConverter typeConverter()
Use this parameter to include the typeConverter processor in your transformer.
- Returns:
- Use this parameter to include the typeConverter processor in your transformer.
-
upperCaseString
public final UpperCaseString upperCaseString()
Use this parameter to include the upperCaseString processor in your transformer.
- Returns:
- Use this parameter to include the upperCaseString processor in your transformer.
-
toBuilder
public Processor.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Processor.Builder,Processor>
-
builder
public static Processor.Builder builder()
-
serializableBuilderClass
public static Class<? extends Processor.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-