Interface DescribeEventsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEventsResponse.Builder,,DescribeEventsResponse> RedshiftResponse.Builder,SdkBuilder<DescribeEventsResponse.Builder,,DescribeEventsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeEventsResponse
public static interface DescribeEventsResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionevents(Collection<Event> events) A list ofEventinstances.events(Consumer<Event.Builder>... events) A list ofEventinstances.A list ofEventinstances.A value that indicates the starting point for the next set of response records in a subsequent request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marker
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the
Markerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.- Parameters:
marker- A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in theMarkerparameter and retrying the command. If theMarkerfield is empty, all response records have been retrieved for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of
Eventinstances.- Parameters:
events- A list ofEventinstances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of
Eventinstances.- Parameters:
events- A list ofEventinstances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of
This is a convenience method that creates an instance of theEventinstances.Event.Builderavoiding the need to create one manually viaEvent.builder().When the
Consumercompletes,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:
-