@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogConfigurationType extends Object implements Serializable, Cloneable, StructuredPojo
The logging parameters of a user pool.
| Constructor and Description |
|---|
LogConfigurationType() |
| Modifier and Type | Method and Description |
|---|---|
LogConfigurationType |
clone() |
boolean |
equals(Object obj) |
CloudWatchLogsConfigurationType |
getCloudWatchLogsConfiguration()
The CloudWatch logging destination of a user pool.
|
String |
getEventSource()
The source of events that your user pool sends for detailed activity logging.
|
String |
getLogLevel()
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
|
void |
setEventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
|
void |
setLogLevel(String logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
String |
toString()
Returns a string representation of this object.
|
LogConfigurationType |
withCloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
|
LogConfigurationType |
withEventSource(EventSourceName eventSource)
The source of events that your user pool sends for detailed activity logging.
|
LogConfigurationType |
withEventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
|
LogConfigurationType |
withLogLevel(LogLevel logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
LogConfigurationType |
withLogLevel(String logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
public void setLogLevel(String logLevel)
The errorlevel selection of logs that a user pool sends for detailed activity logging.
logLevel - The errorlevel selection of logs that a user pool sends for detailed activity logging.LogLevelpublic String getLogLevel()
The errorlevel selection of logs that a user pool sends for detailed activity logging.
errorlevel selection of logs that a user pool sends for detailed activity logging.LogLevelpublic LogConfigurationType withLogLevel(String logLevel)
The errorlevel selection of logs that a user pool sends for detailed activity logging.
logLevel - The errorlevel selection of logs that a user pool sends for detailed activity logging.LogLevelpublic LogConfigurationType withLogLevel(LogLevel logLevel)
The errorlevel selection of logs that a user pool sends for detailed activity logging.
logLevel - The errorlevel selection of logs that a user pool sends for detailed activity logging.LogLevelpublic void setEventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
eventSource - The source of events that your user pool sends for detailed activity logging.EventSourceNamepublic String getEventSource()
The source of events that your user pool sends for detailed activity logging.
EventSourceNamepublic LogConfigurationType withEventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
eventSource - The source of events that your user pool sends for detailed activity logging.EventSourceNamepublic LogConfigurationType withEventSource(EventSourceName eventSource)
The source of events that your user pool sends for detailed activity logging.
eventSource - The source of events that your user pool sends for detailed activity logging.EventSourceNamepublic void setCloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
cloudWatchLogsConfiguration - The CloudWatch logging destination of a user pool.public CloudWatchLogsConfigurationType getCloudWatchLogsConfiguration()
The CloudWatch logging destination of a user pool.
public LogConfigurationType withCloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
cloudWatchLogsConfiguration - The CloudWatch logging destination of a user pool.public String toString()
toString in class ObjectObject.toString()public LogConfigurationType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.