public static interface LogSettingsResponse.Builder extends SdkPojo, CopyableBuilder<LogSettingsResponse.Builder,LogSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
LogSettingsResponse.Builder |
destination(Destination destination)
The destination where logs are delivered.
|
LogSettingsResponse.Builder |
destination(String destination)
The destination where logs are delivered.
|
LogSettingsResponse.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
|
LogSettingsResponse.Builder |
logType(LogType logType)
The type of logging that is enabled.
|
LogSettingsResponse.Builder |
logType(String logType)
The type of logging that is enabled.
|
LogSettingsResponse.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
|
LogSettingsResponse.Builder |
resourcePrefix(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogSettingsResponse.Builder logType(String logType)
The type of logging that is enabled.
LogSettingsResponse.Builder logType(LogType logType)
The type of logging that is enabled.
LogSettingsResponse.Builder destination(String destination)
The destination where logs are delivered.
destination - The destination where logs are delivered.Destination,
DestinationLogSettingsResponse.Builder destination(Destination destination)
The destination where logs are delivered.
destination - The destination where logs are delivered.Destination,
DestinationLogSettingsResponse.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
kmsKeyArn - The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.LogSettingsResponse.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
resourceArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are
delivered.LogSettingsResponse.Builder resourcePrefix(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.
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.Copyright © 2021. All rights reserved.