public static interface SegmentImportResource.Builder extends SdkPojo, CopyableBuilder<SegmentImportResource.Builder,SegmentImportResource>
Modifier and Type | Method and Description |
---|---|
SegmentImportResource.Builder |
channelCounts(Map<String,Integer> channelCounts)
The number of channel types in the imported segment.
|
SegmentImportResource.Builder |
externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
SegmentImportResource.Builder |
format(Format format)
The format of the endpoint files that were imported to create this segment.
|
SegmentImportResource.Builder |
format(String 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)
The URL of the S3 bucket that the segment was imported from.
|
SegmentImportResource.Builder |
size(Integer size)
The number of endpoints that were successfully imported to create this segment.
|
copy
applyMutation, build
SegmentImportResource.Builder channelCounts(Map<String,Integer> channelCounts)
channelCounts
- The number of channel types in the imported segment.SegmentImportResource.Builder externalId(String externalId)
externalId
- (Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
Used by Amazon Pinpoint to assume an IAM role. This requirement is removed, and external IDs are not
recommended for IAM roles assumed by Amazon Pinpoint.SegmentImportResource.Builder format(String format)
SegmentImportResource.Builder format(Format format)
SegmentImportResource.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
- The URL of the S3 bucket that the segment was imported from.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.