@Generated(value="software.amazon.awssdk:codegen") public final class WriteEventStream extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WriteEventStream.Builder,WriteEventStream>
Specifies the Amazon Resource Name (ARN) of an event stream to publish events to and the AWS Identity and Access Management (IAM) role to use when publishing those events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WriteEventStream.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WriteEventStream.Builder |
builder() |
String |
destinationStreamArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream
that you want to publish event data to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 WriteEventStream.Builder> |
serializableBuilderClass() |
WriteEventStream.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationStreamArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis data stream or Amazon Kinesis Data Firehose delivery stream that you want 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 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 WriteEventStream.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WriteEventStream.Builder,WriteEventStream>public static WriteEventStream.Builder builder()
public static Class<? extends WriteEventStream.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.