@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingLogDeliveryConfiguration extends Object implements Serializable, Cloneable
The log delivery configurations being modified
Constructor and Description |
---|
PendingLogDeliveryConfiguration() |
Modifier and Type | Method and Description |
---|---|
PendingLogDeliveryConfiguration |
clone() |
boolean |
equals(Object obj) |
DestinationDetails |
getDestinationDetails()
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
String |
getDestinationType()
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
|
String |
getLogFormat()
Returns the log format, either JSON or TEXT
|
String |
getLogType()
Refers to slow-log or engine-log..
|
int |
hashCode() |
void |
setDestinationDetails(DestinationDetails destinationDetails)
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
void |
setDestinationType(String destinationType)
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
|
void |
setLogFormat(String logFormat)
Returns the log format, either JSON or TEXT
|
void |
setLogType(String logType)
Refers to slow-log or engine-log..
|
String |
toString()
Returns a string representation of this object.
|
PendingLogDeliveryConfiguration |
withDestinationDetails(DestinationDetails destinationDetails)
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
|
PendingLogDeliveryConfiguration |
withDestinationType(DestinationType destinationType)
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
|
PendingLogDeliveryConfiguration |
withDestinationType(String destinationType)
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
|
PendingLogDeliveryConfiguration |
withLogFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT
|
PendingLogDeliveryConfiguration |
withLogFormat(String logFormat)
Returns the log format, either JSON or TEXT
|
PendingLogDeliveryConfiguration |
withLogType(LogType logType)
Refers to slow-log or engine-log..
|
PendingLogDeliveryConfiguration |
withLogType(String logType)
Refers to slow-log or engine-log..
|
public PendingLogDeliveryConfiguration withLogType(String logType)
Refers to slow-log or engine-log..
public PendingLogDeliveryConfiguration withLogType(LogType logType)
Refers to slow-log or engine-log..
public void setDestinationType(String destinationType)
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
destinationType
- Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.DestinationType
public String getDestinationType()
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
DestinationType
public PendingLogDeliveryConfiguration withDestinationType(String destinationType)
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
destinationType
- Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.DestinationType
public PendingLogDeliveryConfiguration withDestinationType(DestinationType destinationType)
Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.
destinationType
- Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.DestinationType
public void setDestinationDetails(DestinationDetails destinationDetails)
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
destinationDetails
- Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.public DestinationDetails getDestinationDetails()
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
public PendingLogDeliveryConfiguration withDestinationDetails(DestinationDetails destinationDetails)
Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.
destinationDetails
- Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose destination.public void setLogFormat(String logFormat)
Returns the log format, either JSON or TEXT
logFormat
- Returns the log format, either JSON or TEXTLogFormat
public String getLogFormat()
Returns the log format, either JSON or TEXT
LogFormat
public PendingLogDeliveryConfiguration withLogFormat(String logFormat)
Returns the log format, either JSON or TEXT
logFormat
- Returns the log format, either JSON or TEXTLogFormat
public PendingLogDeliveryConfiguration withLogFormat(LogFormat logFormat)
Returns the log format, either JSON or TEXT
logFormat
- Returns the log format, either JSON or TEXTLogFormat
public String toString()
toString
in class Object
Object.toString()
public PendingLogDeliveryConfiguration clone()