static ImportJobRequest.Builder |
ImportJobRequest.builder() |
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.defineSegment(Boolean defineSegment) |
Specifies whether to create a segment that contains the endpoints, when the endpoint definitions are
imported.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.externalId(String externalId) |
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.format(String format) |
The format of the files that contain the endpoint definitions to import.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.format(Format format) |
The format of the files that contain the endpoint definitions to import.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.registerEndpoints(Boolean registerEndpoints) |
Specifies whether to register the endpoints with Amazon Pinpoint, when the endpoint definitions are imported.
|
ImportJobRequest.Builder |
ImportJobRequest.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.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.s3Url(String s3Url) |
The URL of the Amazon Simple Storage Service (Amazon S3) bucket that contains the endpoint definitions to
import.
|
ImportJobRequest.Builder |
ImportJobRequest.Builder.segmentId(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.Builder |
ImportJobRequest.Builder.segmentName(String segmentName) |
A custom name for the segment that's created by the import job, if the value of the DefineSegment property is
true.
|
ImportJobRequest.Builder |
ImportJobRequest.toBuilder() |
|