| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EventStream.Builder |
EventStream.Builder.applicationId(String applicationId)
The ID of the application from which events should be published.
|
static EventStream.Builder |
EventStream.builder() |
EventStream.Builder |
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 |
EventStream.Builder.externalId(String externalId)
(Deprecated) Your AWS account ID, which you assigned to the ExternalID key in an IAM trust policy.
|
EventStream.Builder |
EventStream.Builder.lastModifiedDate(String lastModifiedDate)
The date the event stream was last updated in ISO 8601 format.
|
EventStream.Builder |
EventStream.Builder.lastUpdatedBy(String lastUpdatedBy)
The IAM user who last modified the event stream.
|
EventStream.Builder |
EventStream.Builder.roleArn(String roleArn)
The IAM role that authorizes Amazon Pinpoint to publish events to the stream in your account.
|
EventStream.Builder |
EventStream.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EventStream.Builder> |
EventStream.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteEventStreamResponse.Builder |
DeleteEventStreamResponse.Builder.eventStream(Consumer<EventStream.Builder> eventStream)
Sets the value of the EventStream property for this object.
|
default GetEventStreamResponse.Builder |
GetEventStreamResponse.Builder.eventStream(Consumer<EventStream.Builder> eventStream)
Sets the value of the EventStream property for this object.
|
default PutEventStreamResponse.Builder |
PutEventStreamResponse.Builder.eventStream(Consumer<EventStream.Builder> eventStream)
Sets the value of the EventStream property for this object.
|
Copyright © 2018. All rights reserved.