Class PendingLogDeliveryConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.PendingLogDeliveryConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PendingLogDeliveryConfiguration.Builder,PendingLogDeliveryConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class PendingLogDeliveryConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PendingLogDeliveryConfiguration.Builder,PendingLogDeliveryConfiguration>
The log delivery configurations being modified
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePendingLogDeliveryConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PendingLogDeliveryConfiguration.Builderbuilder()DestinationDetailsdestinationDetails()Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.DestinationTypedestinationType()Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.StringdestinationTypeAsString()Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LogFormatlogFormat()Returns the log format, either JSON or TEXTStringlogFormatAsString()Returns the log format, either JSON or TEXTLogTypelogType()Refers to slow-log or engine-log..StringlogTypeAsString()Refers to slow-log or engine-log..Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PendingLogDeliveryConfiguration.Builder>serializableBuilderClass()PendingLogDeliveryConfiguration.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
-
logType
public 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,
logTypewill returnLogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogTypeAsString().
-
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,
logTypewill returnLogType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogTypeAsString().
-
destinationType
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,
destinationTypewill returnDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationTypeAsString().- Returns:
- Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
- See Also:
DestinationType
-
destinationTypeAsString
public 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,
destinationTypewill returnDestinationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationTypeAsString().- Returns:
- Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
- See Also:
DestinationType
-
destinationDetails
public final DestinationDetails destinationDetails()
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
- Returns:
- Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
-
logFormat
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,
logFormatwill returnLogFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogFormatAsString().- Returns:
- Returns the log format, either JSON or TEXT
- See Also:
LogFormat
-
logFormatAsString
public 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,
logFormatwill returnLogFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlogFormatAsString().- Returns:
- Returns the log format, either JSON or TEXT
- See Also:
LogFormat
-
toBuilder
public PendingLogDeliveryConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PendingLogDeliveryConfiguration.Builder,PendingLogDeliveryConfiguration>
-
builder
public static PendingLogDeliveryConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends PendingLogDeliveryConfiguration.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
-
-