Uses of Interface
software.amazon.awssdk.services.pinpoint.model.EventStream.Builder
-
Packages that use EventStream.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of EventStream.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return EventStream.Builder Modifier and Type Method Description EventStream.BuilderEventStream.Builder. applicationId(String applicationId)The unique identifier for the application to publish event data for.static EventStream.BuilderEventStream. builder()EventStream.BuilderEventStream.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.BuilderEventStream.Builder. externalId(String externalId)(Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy.EventStream.BuilderEventStream.Builder. lastModifiedDate(String lastModifiedDate)The date, in ISO 8601 format, when the event stream was last modified.EventStream.BuilderEventStream.Builder. lastUpdatedBy(String lastUpdatedBy)The IAM user who last modified the event stream.EventStream.BuilderEventStream.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.EventStream.BuilderEventStream. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type EventStream.Builder Modifier and Type Method Description static Class<? extends EventStream.Builder>EventStream. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type EventStream.Builder Modifier and Type Method Description default DeleteEventStreamResponse.BuilderDeleteEventStreamResponse.Builder. eventStream(Consumer<EventStream.Builder> eventStream)Sets the value of the EventStream property for this object.default GetEventStreamResponse.BuilderGetEventStreamResponse.Builder. eventStream(Consumer<EventStream.Builder> eventStream)Sets the value of the EventStream property for this object.default PutEventStreamResponse.BuilderPutEventStreamResponse.Builder. eventStream(Consumer<EventStream.Builder> eventStream)Sets the value of the EventStream property for this object.
-