Interface WorkflowExportConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowExportConfig.Builder,,WorkflowExportConfig> SdkBuilder<WorkflowExportConfig.Builder,,WorkflowExportConfig> SdkPojo
- Enclosing class:
WorkflowExportConfig
@Mutable
@NotThreadSafe
public static interface WorkflowExportConfig.Builder
extends SdkPojo, CopyableBuilder<WorkflowExportConfig.Builder,WorkflowExportConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3BucketName(String s3BucketName) The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data.s3KeyPrefix(String s3KeyPrefix) An optional prefix for Amazon S3 object keys to organize exported data.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
-
s3BucketName
The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.
- Parameters:
s3BucketName- The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
An optional prefix for Amazon S3 object keys to organize exported data.
- Parameters:
s3KeyPrefix- An optional prefix for Amazon S3 object keys to organize exported data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-