Interface GetEventStreamResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetEventStreamResponse.Builder,
,GetEventStreamResponse> CustomerProfilesResponse.Builder
,SdkBuilder<GetEventStreamResponse.Builder,
,GetEventStreamResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetEventStreamResponse
public static interface GetEventStreamResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetEventStreamResponse.Builder,GetEventStreamResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the export was created.default GetEventStreamResponse.Builder
destinationDetails
(Consumer<EventStreamDestinationDetails.Builder> destinationDetails) Details regarding the Kinesis stream.destinationDetails
(EventStreamDestinationDetails destinationDetails) Details regarding the Kinesis stream.domainName
(String domainName) The unique name of the domain.eventStreamArn
(String eventStreamArn) A unique identifier for the event stream.The operational state of destination stream for export.state
(EventStreamState state) The operational state of destination stream for export.stoppedSince
(Instant stoppedSince) The timestamp when theState
changed toSTOPPED
.The tags used to organize, track, or control access for this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainName
The unique name of the domain.
- Parameters:
domainName
- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventStreamArn
A unique identifier for the event stream.
- Parameters:
eventStreamArn
- A unique identifier for the event stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the export was created.
- Parameters:
createdAt
- The timestamp of when the export was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The operational state of destination stream for export.
- Parameters:
state
- The operational state of destination stream for export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The operational state of destination stream for export.
- Parameters:
state
- The operational state of destination stream for export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stoppedSince
The timestamp when the
State
changed toSTOPPED
.- Parameters:
stoppedSince
- The timestamp when theState
changed toSTOPPED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationDetails
Details regarding the Kinesis stream.
- Parameters:
destinationDetails
- Details regarding the Kinesis stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationDetails
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 viaEventStreamDestinationDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestinationDetails(EventStreamDestinationDetails)
.- Parameters:
destinationDetails
- a consumer that will call methods onEventStreamDestinationDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-