Class PipeTargetCloudWatchLogsParameters
- java.lang.Object
-
- software.amazon.awssdk.services.pipes.model.PipeTargetCloudWatchLogsParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PipeTargetCloudWatchLogsParameters.Builder,PipeTargetCloudWatchLogsParameters>
@Generated("software.amazon.awssdk:codegen") public final class PipeTargetCloudWatchLogsParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipeTargetCloudWatchLogsParameters.Builder,PipeTargetCloudWatchLogsParameters>
The parameters for using an CloudWatch Logs log stream as a target.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePipeTargetCloudWatchLogsParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipeTargetCloudWatchLogsParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogStreamName()The name of the log stream.List<SdkField<?>>sdkFields()static Class<? extends PipeTargetCloudWatchLogsParameters.Builder>serializableBuilderClass()Stringtimestamp()The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.PipeTargetCloudWatchLogsParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
logStreamName
public final String logStreamName()
The name of the log stream.
- Returns:
- The name of the log stream.
-
timestamp
public final String timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Returns:
- The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
toBuilder
public PipeTargetCloudWatchLogsParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PipeTargetCloudWatchLogsParameters.Builder,PipeTargetCloudWatchLogsParameters>
-
builder
public static PipeTargetCloudWatchLogsParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends PipeTargetCloudWatchLogsParameters.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.
-
-