Interface AnalysisLogExportS3OutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisLogExportS3OutputConfiguration.Builder,,AnalysisLogExportS3OutputConfiguration> SdkBuilder<AnalysisLogExportS3OutputConfiguration.Builder,,AnalysisLogExportS3OutputConfiguration> SdkPojo
- Enclosing class:
AnalysisLogExportS3OutputConfiguration
@Mutable
@NotThreadSafe
public static interface AnalysisLogExportS3OutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<AnalysisLogExportS3OutputConfiguration.Builder,AnalysisLogExportS3OutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket that the exported analysis logs are written to.The S3 key prefix under which the exported analysis logs are written.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The S3 bucket that the exported analysis logs are written to. The bucket must be in the same Amazon Web Services Region as the collaboration.
- Parameters:
bucket- The S3 bucket that the exported analysis logs are written to. The bucket must be in the same Amazon Web Services Region as the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefix
The S3 key prefix under which the exported analysis logs are written.
Only one export can be in progress at a time for a given query and destination. To export the same query twice at once, use a different key prefix for the second export.
- Parameters:
keyPrefix- The S3 key prefix under which the exported analysis logs are written.Only one export can be in progress at a time for a given query and destination. To export the same query twice at once, use a different key prefix for the second export.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-