| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportJobResource.Builder |
ImportJobResource.builder() |
ImportJobResource.Builder |
ImportJobResource.Builder.defineSegment(Boolean defineSegment)
Specifies whether the import job creates a segment that contains the endpoints, when the endpoint definitions
are imported.
|
ImportJobResource.Builder |
ImportJobResource.Builder.externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
ImportJobResource.Builder |
ImportJobResource.Builder.format(Format format)
The format of the files that contain the endpoint definitions to import.
|
ImportJobResource.Builder |
ImportJobResource.Builder.format(String format)
The format of the files that contain the endpoint definitions to import.
|
ImportJobResource.Builder |
ImportJobResource.Builder.registerEndpoints(Boolean registerEndpoints)
Specifies whether the import job registers the endpoints with Amazon Pinpoint, when the endpoint definitions
are imported.
|
ImportJobResource.Builder |
ImportJobResource.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorizes Amazon
Pinpoint to access the Amazon S3 location to import endpoint definitions from.
|
ImportJobResource.Builder |
ImportJobResource.Builder.s3Url(String s3Url)
The URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to
import.
|
ImportJobResource.Builder |
ImportJobResource.Builder.segmentId(String segmentId)
The identifier for the segment that the import job updates or adds endpoint definitions to, if the import job
updates an existing segment.
|
ImportJobResource.Builder |
ImportJobResource.Builder.segmentName(String segmentName)
The custom name for the segment that's created by the import job, if the value of the DefineSegment property
is true.
|
ImportJobResource.Builder |
ImportJobResource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportJobResource.Builder> |
ImportJobResource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportJobResponse.Builder |
ImportJobResponse.Builder.definition(Consumer<ImportJobResource.Builder> definition)
The resource settings that apply to the import job.
|
Copyright © 2023. All rights reserved.