Interface DescribeEventsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeEventsResponse.Builder,
,DescribeEventsResponse> ElastiCacheResponse.Builder
,SdkBuilder<DescribeEventsResponse.Builder,
,DescribeEventsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeEventsResponse
public static interface DescribeEventsResponse.Builder
extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionevents
(Collection<Event> events) A list of events.events
(Consumer<Event.Builder>... events) A list of events.A list of events.Provides an identifier to allow retrieval of paginated results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticache.model.ElastiCacheResponse.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
-
marker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker
- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of events. Each element in the list contains detailed information about one event.
- Parameters:
events
- A list of events. Each element in the list contains detailed information about one event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of events. Each element in the list contains detailed information about one event.
- Parameters:
events
- A list of events. Each element in the list contains detailed information about one event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of events. Each element in the list contains detailed information about one event.
This is a convenience method that creates an instance of theEvent.Builder
avoiding the need to create one manually viaEvent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toevents(List<Event>)
.- Parameters:
events
- a consumer that will call methods onEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-