CopyableBuilder<EventStream.Builder,EventStream>
, SdkBuilder<EventStream.Builder,EventStream>
public static interface EventStream.Builder extends CopyableBuilder<EventStream.Builder,EventStream>
Modifier and Type | Method | 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) |
The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.
|
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
apply, 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
- The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.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.