Uses of Interface
software.amazon.awssdk.services.ssm.model.LoggingInfo.Builder
Packages that use LoggingInfo.Builder
-
Uses of LoggingInfo.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return LoggingInfo.BuilderModifier and TypeMethodDescriptionstatic LoggingInfo.BuilderLoggingInfo.builder()LoggingInfo.Builder.s3BucketName(String s3BucketName) The name of an S3 bucket where execution logs are stored.LoggingInfo.Builder.s3KeyPrefix(String s3KeyPrefix) (Optional) The S3 bucket subfolder.The Amazon Web Services Region where the S3 bucket is located.LoggingInfo.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type LoggingInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoggingInfo.Builder>LoggingInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type LoggingInfo.BuilderModifier and TypeMethodDescriptionGetMaintenanceWindowTaskResponse.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.default MaintenanceWindowTask.BuilderMaintenanceWindowTask.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) Information about an S3 bucket to write task-level logs to.RegisterTaskWithMaintenanceWindowRequest.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.UpdateMaintenanceWindowTaskRequest.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) The new logging location in Amazon S3 to specify.UpdateMaintenanceWindowTaskResponse.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo) The updated logging information in Amazon S3.