| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ImportJobRequest |
ImportJobRequest.clone() |
ImportJobRequest |
CreateImportJobRequest.getImportJobRequest() |
ImportJobRequest |
ImportJobRequest.withDefineSegment(Boolean defineSegment)
Sets whether the endpoints create a segment when they are imported.
|
ImportJobRequest |
ImportJobRequest.withExternalId(String externalId)
DEPRECATED.
|
ImportJobRequest |
ImportJobRequest.withFormat(Format format)
The format of the files that contain the endpoint definitions.
|
ImportJobRequest |
ImportJobRequest.withFormat(String format)
The format of the files that contain the endpoint definitions.
|
ImportJobRequest |
ImportJobRequest.withRegisterEndpoints(Boolean registerEndpoints)
Sets whether the endpoints are registered with Amazon Pinpoint when they are imported.
|
ImportJobRequest |
ImportJobRequest.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.
|
ImportJobRequest |
ImportJobRequest.withS3Url(String s3Url)
A URL that points to the location within an Amazon S3 bucket that contains the endpoints to import.
|
ImportJobRequest |
ImportJobRequest.withSegmentId(String segmentId)
The ID of the segment to update if the import job is meant to update an existing segment.
|
ImportJobRequest |
ImportJobRequest.withSegmentName(String segmentName)
A custom name for the segment created by the import job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateImportJobRequest.setImportJobRequest(ImportJobRequest importJobRequest) |
CreateImportJobRequest |
CreateImportJobRequest.withImportJobRequest(ImportJobRequest importJobRequest) |
Copyright © 2018. All rights reserved.