Interface LoggingInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LoggingInfo.Builder,
,LoggingInfo> SdkBuilder<LoggingInfo.Builder,
,LoggingInfo> SdkPojo
- Enclosing class:
LoggingInfo
public static interface LoggingInfo.Builder
extends SdkPojo, CopyableBuilder<LoggingInfo.Builder,LoggingInfo>
-
Method Summary
Modifier and TypeMethodDescriptions3BucketName
(String s3BucketName) The name of an S3 bucket where execution logs are stored.s3KeyPrefix
(String s3KeyPrefix) (Optional) The S3 bucket subfolder.The Amazon Web Services Region where the S3 bucket is located.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3BucketName
The name of an S3 bucket where execution logs are stored.
- Parameters:
s3BucketName
- The name of an S3 bucket where execution logs are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
(Optional) The S3 bucket subfolder.
- Parameters:
s3KeyPrefix
- (Optional) The S3 bucket subfolder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Region
The Amazon Web Services Region where the S3 bucket is located.
- Parameters:
s3Region
- The Amazon Web Services Region where the S3 bucket is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-