public static interface GetEventStreamResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetEventStreamResponse.Builder,GetEventStreamResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEventStreamResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the export was created.
|
default GetEventStreamResponse.Builder |
destinationDetails(Consumer<EventStreamDestinationDetails.Builder> destinationDetails)
Details regarding the Kinesis stream.
|
GetEventStreamResponse.Builder |
destinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
|
GetEventStreamResponse.Builder |
domainName(String domainName)
The unique name of the domain.
|
GetEventStreamResponse.Builder |
eventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
|
GetEventStreamResponse.Builder |
state(EventStreamState state)
The operational state of destination stream for export.
|
GetEventStreamResponse.Builder |
state(String state)
The operational state of destination stream for export.
|
GetEventStreamResponse.Builder |
stoppedSince(Instant stoppedSince)
The timestamp when the
State changed to STOPPED. |
GetEventStreamResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEventStreamResponse.Builder domainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.GetEventStreamResponse.Builder eventStreamArn(String eventStreamArn)
A unique identifier for the event stream.
eventStreamArn - A unique identifier for the event stream.GetEventStreamResponse.Builder createdAt(Instant createdAt)
The timestamp of when the export was created.
createdAt - The timestamp of when the export was created.GetEventStreamResponse.Builder state(String state)
The operational state of destination stream for export.
state - The operational state of destination stream for export.EventStreamState,
EventStreamStateGetEventStreamResponse.Builder state(EventStreamState state)
The operational state of destination stream for export.
state - The operational state of destination stream for export.EventStreamState,
EventStreamStateGetEventStreamResponse.Builder stoppedSince(Instant stoppedSince)
The timestamp when the State changed to STOPPED.
stoppedSince - The timestamp when the State changed to STOPPED.GetEventStreamResponse.Builder destinationDetails(EventStreamDestinationDetails destinationDetails)
Details regarding the Kinesis stream.
destinationDetails - Details regarding the Kinesis stream.default GetEventStreamResponse.Builder destinationDetails(Consumer<EventStreamDestinationDetails.Builder> destinationDetails)
Details regarding the Kinesis stream.
This is a convenience method that creates an instance of theEventStreamDestinationDetails.Builder
avoiding the need to create one manually via EventStreamDestinationDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to destinationDetails(EventStreamDestinationDetails).
destinationDetails - a consumer that will call methods on EventStreamDestinationDetails.BuilderdestinationDetails(EventStreamDestinationDetails)GetEventStreamResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.Copyright © 2023. All rights reserved.