public static interface LogSettingsRequest.Builder extends SdkPojo, CopyableBuilder<LogSettingsRequest.Builder,LogSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
LogSettingsRequest.Builder |
destination(Destination destination)
Where the logs will be delivered.
|
LogSettingsRequest.Builder |
destination(String destination)
Where the logs will be delivered.
|
LogSettingsRequest.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an
S3 bucket.
|
LogSettingsRequest.Builder |
logType(LogType logType)
The type of logging to enable.
|
LogSettingsRequest.Builder |
logType(String logType)
The type of logging to enable.
|
LogSettingsRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be
delivered.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogSettingsRequest.Builder logType(String logType)
The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
LogSettingsRequest.Builder logType(LogType logType)
The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
LogSettingsRequest.Builder destination(String destination)
Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
destination - Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs
are delivered to an S3 bucket.Destination,
DestinationLogSettingsRequest.Builder destination(Destination destination)
Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
destination - Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs
are delivered to an S3 bucket.Destination,
DestinationLogSettingsRequest.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an S3 bucket. The key does not apply to CloudWatch Logs and is optional for S3 buckets.
kmsKeyArn - The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered
to an S3 bucket. The key does not apply to CloudWatch Logs and is optional for S3 buckets.LogSettingsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.
resourceArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be
delivered.Copyright © 2021. All rights reserved.