StructuredPojo
, ToCopyableBuilder<EventStream.Builder,EventStream>
@Generated("software.amazon.awssdk:codegen") public class EventStream extends Object implements StructuredPojo, ToCopyableBuilder<EventStream.Builder,EventStream>
Modifier and Type | Class | Description |
---|---|---|
static interface |
EventStream.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
The ID of the application from which events should be published.
|
static EventStream.Builder |
builder() |
|
String |
destinationStreamArn() |
The Amazon Resource Name (ARN) of the Amazon Kinesis stream or Firehose delivery stream to which you want to
publish events.
|
boolean |
equals(Object obj) |
|
String |
externalId() |
The external ID assigned the IAM role that authorizes Amazon Pinpoint to publish to the stream.
|
int |
hashCode() |
|
String |
lastModifiedDate() |
The date the event stream was last updated in ISO 8601 format.
|
String |
lastUpdatedBy() |
The IAM user who last modified the event stream.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
roleArn() |
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
|
static Class<? extends EventStream.Builder> |
serializableBuilderClass() |
|
EventStream.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String applicationId()
public String destinationStreamArn()
public String externalId()
public String lastModifiedDate()
public String lastUpdatedBy()
public String roleArn()
public EventStream.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EventStream.Builder,EventStream>
public static EventStream.Builder builder()
public static Class<? extends EventStream.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.