| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static LoggingInfo.Builder |
LoggingInfo.builder() |
LoggingInfo.Builder |
LoggingInfo.Builder.s3BucketName(String s3BucketName)
The name of an Amazon S3 bucket where execution logs are stored .
|
LoggingInfo.Builder |
LoggingInfo.Builder.s3KeyPrefix(String s3KeyPrefix)
(Optional) The Amazon S3 bucket subfolder.
|
LoggingInfo.Builder |
LoggingInfo.Builder.s3Region(String s3Region)
The region where the Amazon S3 bucket is located.
|
LoggingInfo.Builder |
LoggingInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LoggingInfo.Builder> |
LoggingInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RegisterTaskWithMaintenanceWindowRequest.Builder |
RegisterTaskWithMaintenanceWindowRequest.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
A structure containing information about an Amazon S3 bucket to write instance-level logs to.
|
default GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
The location in Amazon S3 where the task results are logged.
|
default UpdateMaintenanceWindowTaskRequest.Builder |
UpdateMaintenanceWindowTaskRequest.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
The new logging location in Amazon S3 to specify.
|
default UpdateMaintenanceWindowTaskResponse.Builder |
UpdateMaintenanceWindowTaskResponse.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
The updated logging information in Amazon S3.
|
default MaintenanceWindowTask.Builder |
MaintenanceWindowTask.Builder.loggingInfo(Consumer<LoggingInfo.Builder> loggingInfo)
Information about an Amazon S3 bucket to write task-level logs to.
|
Copyright © 2018. All rights reserved.