public static interface EventStream.Builder extends SdkPojo, CopyableBuilder<EventStream.Builder,EventStream>
Modifier and Type | Method and Description |
---|---|
EventStream.Builder |
applicationId(String applicationId)
The ID of the application from which events should be published.
|
EventStream.Builder |
destinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to
publish events.
|
EventStream.Builder |
externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
EventStream.Builder |
lastModifiedDate(String lastModifiedDate)
The date the event stream was last updated in ISO 8601 format.
|
EventStream.Builder |
lastUpdatedBy(String lastUpdatedBy)
The IAM user who last modified the event stream.
|
EventStream.Builder |
roleArn(String roleArn)
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
|
copy
applyMutation, build
EventStream.Builder applicationId(String applicationId)
applicationId
- The ID of the application from which events should be published.EventStream.Builder destinationStreamArn(String destinationStreamArn)
destinationStreamArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you
want to publish events. Firehose ARN: arn:aws:firehose:REGION:ACCOUNT_ID:deliverystream/STREAM_NAME
Kinesis ARN: arn:aws:kinesis:REGION:ACCOUNT_ID:stream/STREAM_NAMEEventStream.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.EventStream.Builder lastModifiedDate(String lastModifiedDate)
lastModifiedDate
- The date the event stream was last updated in ISO 8601 format.EventStream.Builder lastUpdatedBy(String lastUpdatedBy)
lastUpdatedBy
- The IAM user who last modified the event stream.EventStream.Builder roleArn(String roleArn)
roleArn
- The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.