Class LogSettingsResponse
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelbuilding.model.LogSettingsResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>
@Generated("software.amazon.awssdk:codegen") public final class LogSettingsResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>
The settings for conversation logs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLogSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogSettingsResponse.Builderbuilder()Destinationdestination()The destination where logs are delivered.StringdestinationAsString()The destination where logs are delivered.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.LogTypelogType()The type of logging that is enabled.StringlogTypeAsString()The type of logging that is enabled.StringresourceArn()The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.StringresourcePrefix()The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs.List<SdkField<?>>sdkFields()static Class<? extends LogSettingsResponse.Builder>serializableBuilderClass()LogSettingsResponse.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()
The type of logging that is enabled.
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().- Returns:
- The type of logging that is enabled.
- See Also:
LogType
-
logTypeAsString
public final String logTypeAsString()
The type of logging that is enabled.
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().- Returns:
- The type of logging that is enabled.
- See Also:
LogType
-
destination
public final Destination destination()
The destination where logs are delivered.
If the service returns an enum value that is not available in the current SDK version,
destinationwill returnDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationAsString().- Returns:
- The destination where logs are delivered.
- See Also:
Destination
-
destinationAsString
public final String destinationAsString()
The destination where logs are delivered.
If the service returns an enum value that is not available in the current SDK version,
destinationwill returnDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdestinationAsString().- Returns:
- The destination where logs are delivered.
- See Also:
Destination
-
kmsKeyArn
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
- Returns:
- The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
- Returns:
- The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
-
resourcePrefix
public final String resourcePrefix()
The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.
- Returns:
- The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.
-
toBuilder
public LogSettingsResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>
-
builder
public static LogSettingsResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends LogSettingsResponse.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.
-
-