| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static ExportJobResource.Builder |
ExportJobResource.builder() |
ExportJobResource.Builder |
ExportJobResource.Builder.roleArn(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.Builder |
ExportJobResource.Builder.s3UrlPrefix(String s3UrlPrefix)
The URL of the location in an Amazon Simple Storage Service (Amazon S3) bucket where the endpoint definitions
were exported to.
|
ExportJobResource.Builder |
ExportJobResource.Builder.segmentId(String segmentId)
The identifier for the segment that the endpoint definitions were exported from.
|
ExportJobResource.Builder |
ExportJobResource.Builder.segmentVersion(Integer segmentVersion)
The version of the segment that the endpoint definitions were exported from.
|
ExportJobResource.Builder |
ExportJobResource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExportJobResource.Builder> |
ExportJobResource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExportJobResponse.Builder |
ExportJobResponse.Builder.definition(Consumer<ExportJobResource.Builder> definition)
The resource settings that apply to the export job.
|
Copyright © 2019. All rights reserved.