public static interface LoggingInfo.Builder extends SdkPojo, CopyableBuilder<LoggingInfo.Builder,LoggingInfo>
Modifier and Type | Method and Description |
---|---|
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.
|
LoggingInfo.Builder |
s3Region(String s3Region)
The Region where the S3 bucket is located.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LoggingInfo.Builder s3BucketName(String s3BucketName)
The name of an S3 bucket where execution logs are stored .
s3BucketName
- The name of an S3 bucket where execution logs are stored .LoggingInfo.Builder s3KeyPrefix(String s3KeyPrefix)
(Optional) The S3 bucket subfolder.
s3KeyPrefix
- (Optional) The S3 bucket subfolder.LoggingInfo.Builder s3Region(String s3Region)
The Region where the S3 bucket is located.
s3Region
- The Region where the S3 bucket is located.Copyright © 2020. All rights reserved.