| 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() |
Copyright © 2017. All rights reserved.