public static interface S3ExportingConfig.Builder extends SdkPojo, CopyableBuilder<S3ExportingConfig.Builder,S3ExportingConfig>
| Modifier and Type | Method and Description |
|---|---|
S3ExportingConfig.Builder |
s3BucketName(String s3BucketName)
The name of the S3 bucket where Identity Resolution Jobs write result files.
|
S3ExportingConfig.Builder |
s3KeyName(String s3KeyName)
The S3 key name of the location where Identity Resolution Jobs write result files.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ExportingConfig.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket where Identity Resolution Jobs write result files.
s3BucketName - The name of the S3 bucket where Identity Resolution Jobs write result files.S3ExportingConfig.Builder s3KeyName(String s3KeyName)
The S3 key name of the location where Identity Resolution Jobs write result files.
s3KeyName - The S3 key name of the location where Identity Resolution Jobs write result files.Copyright © 2022. All rights reserved.