public static interface EventStream.Builder extends SdkPojo, CopyableBuilder<EventStream.Builder,EventStream>
Modifier and Type | Method and Description |
---|---|
EventStream.Builder |
applicationId(String applicationId)
The unique identifier for the application to publish event data for.
|
EventStream.Builder |
destinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery
stream to publish event data to.
|
EventStream.Builder |
externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
EventStream.Builder |
lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the event stream was last modified.
|
EventStream.Builder |
lastUpdatedBy(String lastUpdatedBy)
The IAM user who last modified the event stream.
|
EventStream.Builder |
roleArn(String roleArn)
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to
the stream in your AWS account.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EventStream.Builder applicationId(String applicationId)
The unique identifier for the application to publish event data for.
applicationId
- The unique identifier for the application to publish event data for.EventStream.Builder destinationStreamArn(String destinationStreamArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream to publish event data to.
For a Kinesis data stream, the ARN format is:
arn:aws:kinesis:
For a Kinesis Data Firehose delivery stream, the ARN format is:
arn:aws:firehose:
destinationStreamArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose
delivery stream to publish event data to.
For a Kinesis data stream, the ARN format is:
arn:aws:kinesis:
For a Kinesis Data Firehose delivery stream, the ARN format is:
arn:aws:firehose:
EventStream.Builder externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when publishing event data, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint.
externalId
- (Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
Amazon Pinpoint previously used this value to assume an IAM role when publishing event data, but we
removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by
Amazon Pinpoint.EventStream.Builder lastModifiedDate(String lastModifiedDate)
The date, in ISO 8601 format, when the event stream was last modified.
lastModifiedDate
- The date, in ISO 8601 format, when the event stream was last modified.EventStream.Builder lastUpdatedBy(String lastUpdatedBy)
The IAM user who last modified the event stream.
lastUpdatedBy
- The IAM user who last modified the event stream.EventStream.Builder roleArn(String roleArn)
The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account.
roleArn
- The AWS Identity and Access Management (IAM) role that authorizes Amazon Pinpoint to publish event
data to the stream in your AWS account.Copyright © 2019. All rights reserved.