| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static S3ExportingLocation.Builder |
S3ExportingLocation.builder() |
S3ExportingLocation.Builder |
S3ExportingLocation.Builder.s3BucketName(String s3BucketName)
The name of the S3 bucket name where Identity Resolution Jobs write result files.
|
S3ExportingLocation.Builder |
S3ExportingLocation.Builder.s3KeyName(String s3KeyName)
The S3 key name of the location where Identity Resolution Jobs write result files.
|
S3ExportingLocation.Builder |
S3ExportingLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ExportingLocation.Builder> |
S3ExportingLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportingLocation.Builder |
ExportingLocation.Builder.s3Exporting(Consumer<S3ExportingLocation.Builder> s3Exporting)
Information about the S3 location where Identity Resolution Jobs write result files.
|
Copyright © 2022. All rights reserved.