static GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.builder() |
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.dataFormat(String dataFormat) |
The format in which the segment will be exported.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.dataFormat(DataFormat dataFormat) |
The format in which the segment will be exported.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.destinationUri(String destinationUri) |
The destination to which the segment will be exported.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.encryptionKey(String encryptionKey) |
The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the
role for conducting KMS and S3 operations.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.snapshotId(String snapshotId) |
The unique identifier of the segment snapshot.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.status(String status) |
The status of the asynchronous job for exporting the segment snapshot.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.status(SegmentSnapshotStatus status) |
The status of the asynchronous job for exporting the segment snapshot.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.Builder.statusMessage(String statusMessage) |
The status message of the asynchronous job for exporting the segment snapshot.
|
GetSegmentSnapshotResponse.Builder |
GetSegmentSnapshotResponse.toBuilder() |
|