@Generated(value="software.amazon.awssdk:codegen") public final class PendingLogDeliveryConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingLogDeliveryConfiguration.Builder,PendingLogDeliveryConfiguration>
The log delivery configurations being modified
| Modifier and Type | Class and Description |
|---|---|
static interface |
PendingLogDeliveryConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PendingLogDeliveryConfiguration.Builder |
builder() |
DestinationDetails |
destinationDetails()
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
DestinationType |
destinationType()
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
|
String |
destinationTypeAsString()
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogFormat |
logFormat()
Returns the log format, either JSON or TEXT
|
String |
logFormatAsString()
Returns the log format, either JSON or TEXT
|
LogType |
logType()
Refers to slow-log or engine-log..
|
String |
logTypeAsString()
Refers to slow-log or engine-log..
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PendingLogDeliveryConfiguration.Builder> |
serializableBuilderClass() |
PendingLogDeliveryConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LogType logType()
Refers to slow-log or engine-log..
If the service returns an enum value that is not available in the current SDK version, logType will
return LogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logTypeAsString().
public final String logTypeAsString()
Refers to slow-log or engine-log..
If the service returns an enum value that is not available in the current SDK version, logType will
return LogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logTypeAsString().
public final DestinationType destinationType()
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
If the service returns an enum value that is not available in the current SDK version, destinationType
will return DestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from destinationTypeAsString().
DestinationTypepublic final String destinationTypeAsString()
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
If the service returns an enum value that is not available in the current SDK version, destinationType
will return DestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from destinationTypeAsString().
DestinationTypepublic final DestinationDetails destinationDetails()
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
public final LogFormat logFormat()
Returns the log format, either JSON or TEXT
If the service returns an enum value that is not available in the current SDK version, logFormat will
return LogFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logFormatAsString().
LogFormatpublic final String logFormatAsString()
Returns the log format, either JSON or TEXT
If the service returns an enum value that is not available in the current SDK version, logFormat will
return LogFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logFormatAsString().
LogFormatpublic PendingLogDeliveryConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PendingLogDeliveryConfiguration.Builder,PendingLogDeliveryConfiguration>public static PendingLogDeliveryConfiguration.Builder builder()
public static Class<? extends PendingLogDeliveryConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.