| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportJobRequest.Builder |
ImportJobRequest.builder() |
ImportJobRequest.Builder |
ImportJobRequest.Builder.defineSegment(Boolean defineSegment)
Sets whether the endpoints create a segment when they are imported.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.format(Format format)
The format of the files that contain the endpoint definitions.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.format(String format)
The format of the files that contain the endpoint definitions.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.registerEndpoints(Boolean registerEndpoints)
Sets whether the endpoints are registered with Amazon Pinpoint when they are imported.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location
that contains the endpoints to import.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.s3Url(String s3Url)
The URL of the S3 bucket that contains the segment information to import.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.segmentId(String segmentId)
The ID of the segment to update if the import job is meant to update an existing segment.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.segmentName(String segmentName)
A custom name for the segment created by the import job.
|
ImportJobRequest.Builder |
ImportJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportJobRequest.Builder> |
ImportJobRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateImportJobRequest.Builder |
CreateImportJobRequest.Builder.importJobRequest(Consumer<ImportJobRequest.Builder> importJobRequest)
Sets the value of the ImportJobRequest property for this object.
|
Copyright © 2018. All rights reserved.