Class CloudWatchLogGroupLogDestination
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.CloudWatchLogGroupLogDestination
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudWatchLogGroupLogDestination.Builder,CloudWatchLogGroupLogDestination>
@Generated("software.amazon.awssdk:codegen") public final class CloudWatchLogGroupLogDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchLogGroupLogDestination.Builder,CloudWatchLogGroupLogDestination>
The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudWatchLogGroupLogDestination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudWatchLogGroupLogDestination.Builderbuilder()StringcloudWatchLogGroupArn()The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogPrefix()The prefix of the log stream name within the log group that you specifiedList<SdkField<?>>sdkFields()static Class<? extends CloudWatchLogGroupLogDestination.Builder>serializableBuilderClass()CloudWatchLogGroupLogDestination.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
-
cloudWatchLogGroupArn
public final String cloudWatchLogGroupArn()
The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
- Returns:
- The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.
-
logPrefix
public final String logPrefix()
The prefix of the log stream name within the log group that you specified
- Returns:
- The prefix of the log stream name within the log group that you specified
-
toBuilder
public CloudWatchLogGroupLogDestination.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudWatchLogGroupLogDestination.Builder,CloudWatchLogGroupLogDestination>
-
builder
public static CloudWatchLogGroupLogDestination.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloudWatchLogGroupLogDestination.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.
-
-