StructuredPojo, ToCopyableBuilder<Logger.Builder,Logger>@Generated("software.amazon.awssdk:codegen") public class Logger extends Object implements StructuredPojo, ToCopyableBuilder<Logger.Builder,Logger>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Logger.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Logger.Builder |
builder() |
|
String |
component() |
The component that will be subject to logs
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Element Id for this entry in the list.
|
String |
level() |
The level of the logs
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends Logger.Builder> |
serializableBuilderClass() |
|
Integer |
space() |
Amount of hardware space, in KB, to use if file system is used for logging purposes.
|
Logger.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type which will be use for log output
|
public String component()
LoggerComponentpublic String id()
public String level()
LoggerLevelpublic Integer space()
public String type()
LoggerTypepublic Logger.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Logger.Builder,Logger>public static Logger.Builder builder()
public static Class<? extends Logger.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.