@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipeTargetCloudWatchLogsParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipeTargetCloudWatchLogsParameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logStreamName()
The name of the log stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipeTargetCloudWatchLogsParameters.Builder> |
serializableBuilderClass() |
String |
timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
PipeTargetCloudWatchLogsParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logStreamName()
The name of the log stream.
public final String timestamp()
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
public PipeTargetCloudWatchLogsParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipeTargetCloudWatchLogsParameters.Builder,PipeTargetCloudWatchLogsParameters>public static PipeTargetCloudWatchLogsParameters.Builder builder()
public static Class<? extends PipeTargetCloudWatchLogsParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.