@Generated(value="software.amazon.awssdk:codegen") public final class EventStream extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventStream.Builder,EventStream>
Specifies settings for publishing event data to an Amazon Kinesis data stream or an Amazon Kinesis Data Firehose delivery stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventStream.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application to publish event data for.
|
static EventStream.Builder |
builder() |
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
externalId()
(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastModifiedDate()
The date, in ISO 8601 format, when the event stream was last modified.
|
String |
lastUpdatedBy()
The IAM user who last modified the event stream.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventStream.Builder> |
serializableBuilderClass() |
EventStream.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier for the application to publish event data for.
public final 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:
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:
public final 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.
public final String lastModifiedDate()
The date, in ISO 8601 format, when the event stream was last modified.
public final String lastUpdatedBy()
The IAM user who last modified the event stream.
public final 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.
public EventStream.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventStream.Builder,EventStream>public static EventStream.Builder builder()
public static Class<? extends EventStream.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.