public static interface ExecuteCommandLogConfiguration.Builder extends SdkPojo, CopyableBuilder<ExecuteCommandLogConfiguration.Builder,ExecuteCommandLogConfiguration>
Modifier and Type | Method and Description |
---|---|
ExecuteCommandLogConfiguration.Builder |
cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)
Whether or not to enable encryption on the CloudWatch logs.
|
ExecuteCommandLogConfiguration.Builder |
cloudWatchLogGroupName(String cloudWatchLogGroupName)
The name of the CloudWatch log group to send logs to.
|
ExecuteCommandLogConfiguration.Builder |
s3BucketName(String s3BucketName)
The name of the S3 bucket to send logs to.
|
ExecuteCommandLogConfiguration.Builder |
s3EncryptionEnabled(Boolean s3EncryptionEnabled)
Whether or not to enable encryption on the CloudWatch logs.
|
ExecuteCommandLogConfiguration.Builder |
s3KeyPrefix(String s3KeyPrefix)
An optional folder in the S3 bucket to place logs in.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ExecuteCommandLogConfiguration.Builder cloudWatchLogGroupName(String cloudWatchLogGroupName)
The name of the CloudWatch log group to send logs to.
The CloudWatch log group must already be created.
cloudWatchLogGroupName
- The name of the CloudWatch log group to send logs to. The CloudWatch log group must already be created.
ExecuteCommandLogConfiguration.Builder cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)
Whether or not to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.
cloudWatchEncryptionEnabled
- Whether or not to enable encryption on the CloudWatch logs. If not specified, encryption will be
disabled.ExecuteCommandLogConfiguration.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket to send logs to.
The S3 bucket must already be created.
s3BucketName
- The name of the S3 bucket to send logs to. The S3 bucket must already be created.
ExecuteCommandLogConfiguration.Builder s3EncryptionEnabled(Boolean s3EncryptionEnabled)
Whether or not to enable encryption on the CloudWatch logs. If not specified, encryption will be disabled.
s3EncryptionEnabled
- Whether or not to enable encryption on the CloudWatch logs. If not specified, encryption will be
disabled.ExecuteCommandLogConfiguration.Builder s3KeyPrefix(String s3KeyPrefix)
An optional folder in the S3 bucket to place logs in.
s3KeyPrefix
- An optional folder in the S3 bucket to place logs in.Copyright © 2021. All rights reserved.