public static interface ExportJobRequest.Builder extends SdkPojo, CopyableBuilder<ExportJobRequest.Builder,ExportJobRequest>
Modifier and Type | Method and Description |
---|---|
ExportJobRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3 location
that endpoints will be exported to.
|
ExportJobRequest.Builder |
s3UrlPrefix(String s3UrlPrefix)
A URL that points to the location within an Amazon S3 bucket that will receive the export.
|
ExportJobRequest.Builder |
segmentId(String segmentId)
The ID of the segment to export endpoints from.
|
ExportJobRequest.Builder |
segmentVersion(Integer segmentVersion)
The version of the segment to export if specified.
|
copy
applyMutation, build
ExportJobRequest.Builder roleArn(String roleArn)
roleArn
- The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the Amazon S3
location that endpoints will be exported to.ExportJobRequest.Builder s3UrlPrefix(String s3UrlPrefix)
s3UrlPrefix
- A URL that points to the location within an Amazon S3 bucket that will receive the export. The
location is typically a folder with multiple files.
The URL should follow this format: s3://bucket-name/folder-name/
Amazon Pinpoint will export endpoints to this location.ExportJobRequest.Builder segmentId(String segmentId)
segmentId
- The ID of the segment to export endpoints from. If not present, Amazon Pinpoint exports all of the
endpoints that belong to the application.ExportJobRequest.Builder segmentVersion(Integer segmentVersion)
segmentVersion
- The version of the segment to export if specified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.