Interface S3ExportingConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3ExportingConfig.Builder,
,S3ExportingConfig> SdkBuilder<S3ExportingConfig.Builder,
,S3ExportingConfig> SdkPojo
- Enclosing class:
S3ExportingConfig
public static interface S3ExportingConfig.Builder
extends SdkPojo, CopyableBuilder<S3ExportingConfig.Builder,S3ExportingConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3BucketName
(String s3BucketName) The name of the S3 bucket where Identity Resolution Jobs write result files.The S3 key name of the location where Identity Resolution Jobs write result files.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 the S3 bucket where Identity Resolution Jobs write result files.
- Parameters:
s3BucketName
- The name of the S3 bucket where Identity Resolution Jobs write result files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyName
The S3 key name of the location where Identity Resolution Jobs write result files.
- Parameters:
s3KeyName
- The S3 key name of the location where Identity Resolution Jobs write result files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-