| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ImportJobResource |
ImportJobResource.clone() |
ImportJobResource |
ImportJobResponse.getDefinition()
The import job settings.
|
ImportJobResource |
ImportJobResource.withDefineSegment(Boolean defineSegment)
Sets whether the endpoints create a segment when they are imported.
|
ImportJobResource |
ImportJobResource.withExternalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
ImportJobResource |
ImportJobResource.withFormat(Format format)
The format of the files that contain the endpoint definitions.
|
ImportJobResource |
ImportJobResource.withFormat(String format)
The format of the files that contain the endpoint definitions.
|
ImportJobResource |
ImportJobResource.withRegisterEndpoints(Boolean registerEndpoints)
Sets whether the endpoints are registered with Amazon Pinpoint when they are imported.
|
ImportJobResource |
ImportJobResource.withRoleArn(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.
|
ImportJobResource |
ImportJobResource.withS3Url(String s3Url)
The URL of the S3 bucket that contains the segment information to import.
|
ImportJobResource |
ImportJobResource.withSegmentId(String segmentId)
The ID of the segment to update if the import job is meant to update an existing segment.
|
ImportJobResource |
ImportJobResource.withSegmentName(String segmentName)
A custom name for the segment created by the import job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportJobResponse.setDefinition(ImportJobResource definition)
The import job settings.
|
ImportJobResponse |
ImportJobResponse.withDefinition(ImportJobResource definition)
The import job settings.
|
Copyright © 2018. All rights reserved.