Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ImportJobRequest |
ImportJobRequest.clone() |
ImportJobRequest |
CreateImportJobRequest.getImportJobRequest() |
ImportJobRequest |
ImportJobRequest.withDefineSegment(Boolean defineSegment)
Specifies whether to create a segment that contains the endpoints, when the endpoint definitions are imported.
|
ImportJobRequest |
ImportJobRequest.withExternalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
ImportJobRequest |
ImportJobRequest.withFormat(Format format)
The format of the files that contain the endpoint definitions to import.
|
ImportJobRequest |
ImportJobRequest.withFormat(String format)
The format of the files that contain the endpoint definitions to import.
|
ImportJobRequest |
ImportJobRequest.withRegisterEndpoints(Boolean registerEndpoints)
Specifies whether to register the endpoints with Amazon Pinpoint, when the endpoint definitions are imported.
|
ImportJobRequest |
ImportJobRequest.withRoleArn(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.
|
ImportJobRequest |
ImportJobRequest.withS3Url(String s3Url)
The URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to import.
|
ImportJobRequest |
ImportJobRequest.withSegmentId(String segmentId)
The identifier for the segment to update or add the imported endpoint definitions to, if the import job is meant
to update an existing segment.
|
ImportJobRequest |
ImportJobRequest.withSegmentName(String segmentName)
A custom name for the segment that's created by the import job, if the value of the DefineSegment property is
true.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateImportJobRequest.setImportJobRequest(ImportJobRequest importJobRequest) |
CreateImportJobRequest |
CreateImportJobRequest.withImportJobRequest(ImportJobRequest importJobRequest) |
Copyright © 2022. All rights reserved.