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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggingInfo.Builders3BucketName(String s3BucketName)The name of an S3 bucket where execution logs are stored.LoggingInfo.Builders3KeyPrefix(String s3KeyPrefix)(Optional) The S3 bucket subfolder.LoggingInfo.Builders3Region(String s3Region)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3BucketName
LoggingInfo.Builder s3BucketName(String 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
LoggingInfo.Builder s3KeyPrefix(String 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
LoggingInfo.Builder s3Region(String 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.
-
-