Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
ExportJobResource |
ExportJobResource.clone() |
ExportJobResource |
ExportJobResponse.getDefinition()
The resource settings that apply to the export job.
|
ExportJobResource |
ExportJobResource.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorized Amazon
Pinpoint to access the Amazon S3 location where the endpoint definitions were exported to.
|
ExportJobResource |
ExportJobResource.withS3UrlPrefix(String s3UrlPrefix)
The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket where the endpoint definitions
were exported to.
|
ExportJobResource |
ExportJobResource.withSegmentId(String segmentId)
The identifier for the segment that the endpoint definitions were exported from.
|
ExportJobResource |
ExportJobResource.withSegmentVersion(Integer segmentVersion)
The version of the segment that the endpoint definitions were exported from.
|
Modifier and Type | Method and Description |
---|---|
void |
ExportJobResponse.setDefinition(ExportJobResource definition)
The resource settings that apply to the export job.
|
ExportJobResponse |
ExportJobResponse.withDefinition(ExportJobResource definition)
The resource settings that apply to the export job.
|
Copyright © 2023. All rights reserved.