Uses of Interface
software.amazon.awssdk.services.ecs.model.ExecuteCommandLogConfiguration.Builder
-
Packages that use ExecuteCommandLogConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ExecuteCommandLogConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ExecuteCommandLogConfiguration.Builder Modifier and Type Method Description static ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration. builder()ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration.Builder. cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)Determines whether to use encryption on the CloudWatch logs.ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration.Builder. cloudWatchLogGroupName(String cloudWatchLogGroupName)The name of the CloudWatch log group to send logs to.ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration.Builder. s3BucketName(String s3BucketName)The name of the S3 bucket to send logs to.ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration.Builder. s3EncryptionEnabled(Boolean s3EncryptionEnabled)Determines whether to use encryption on the S3 logs.ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration.Builder. s3KeyPrefix(String s3KeyPrefix)An optional folder in the S3 bucket to place logs in.ExecuteCommandLogConfiguration.BuilderExecuteCommandLogConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ExecuteCommandLogConfiguration.Builder Modifier and Type Method Description static Class<? extends ExecuteCommandLogConfiguration.Builder>ExecuteCommandLogConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ExecuteCommandLogConfiguration.Builder Modifier and Type Method Description default ExecuteCommandConfiguration.BuilderExecuteCommandConfiguration.Builder. logConfiguration(Consumer<ExecuteCommandLogConfiguration.Builder> logConfiguration)The log configuration for the results of the execute command actions.
-