CopyableBuilder<SegmentImportResource.Builder,SegmentImportResource>, SdkBuilder<SegmentImportResource.Builder,SegmentImportResource>public static interface SegmentImportResource.Builder extends CopyableBuilder<SegmentImportResource.Builder,SegmentImportResource>
| Modifier and Type | Method | Description |
|---|---|---|
SegmentImportResource.Builder |
channelCounts(Map<String,Integer> channelCounts) |
Channel type counts
|
SegmentImportResource.Builder |
externalId(String externalId) |
A unique, custom ID assigned to the IAM role that restricts who can assume the role.
|
SegmentImportResource.Builder |
format(String format) |
The format of the endpoint files that were imported to create this segment.
|
SegmentImportResource.Builder |
format(Format format) |
The format of the endpoint files that were imported to create this segment.
|
SegmentImportResource.Builder |
roleArn(String roleArn) |
The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the endpoints in Amazon
S3.
|
SegmentImportResource.Builder |
s3Url(String s3Url) |
A URL that points to the Amazon S3 location from which the endpoints for this segment were imported.
|
SegmentImportResource.Builder |
size(Integer size) |
The number of endpoints that were successfully imported to create this segment.
|
copyapply, buildSegmentImportResource.Builder channelCounts(Map<String,Integer> channelCounts)
channelCounts - Channel type countsSegmentImportResource.Builder externalId(String externalId)
externalId - A unique, custom ID assigned to the IAM role that restricts who can assume the role.SegmentImportResource.Builder format(String format)
format - The format of the endpoint files that were imported to create this segment. Valid values: CSV, JSONFormatSegmentImportResource.Builder format(Format format)
format - The format of the endpoint files that were imported to create this segment. Valid values: CSV, JSONFormatSegmentImportResource.Builder roleArn(String roleArn)
roleArn - The Amazon Resource Name (ARN) of an IAM role that grants Amazon Pinpoint access to the endpoints in
Amazon S3.SegmentImportResource.Builder s3Url(String s3Url)
s3Url - A URL that points to the Amazon S3 location from which the endpoints for this segment were imported.SegmentImportResource.Builder size(Integer size)
size - The number of endpoints that were successfully imported to create this segment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.