public static interface DescribeEventDetailsResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventDetailsResponse.Builder,DescribeEventDetailsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEventDetailsResponse.Builder |
failedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsResponse.Builder |
failedSet(Consumer<EventDetailsErrorItem.Builder>... failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsResponse.Builder |
failedSet(EventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsResponse.Builder |
successfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
|
DescribeEventDetailsResponse.Builder |
successfulSet(Consumer<EventDetails.Builder>... successfulSet)
Information about the events that could be retrieved.
|
DescribeEventDetailsResponse.Builder |
successfulSet(EventDetails... successfulSet)
Information about the events that could be retrieved.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventDetailsResponse.Builder successfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
successfulSet - Information about the events that could be retrieved.DescribeEventDetailsResponse.Builder successfulSet(EventDetails... successfulSet)
Information about the events that could be retrieved.
successfulSet - Information about the events that could be retrieved.DescribeEventDetailsResponse.Builder successfulSet(Consumer<EventDetails.Builder>... successfulSet)
Information about the events that could be retrieved.
This is a convenience method that creates an instance of theEventDetails.Builder avoiding the need to create one
manually via EventDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #successfulSet(List.
successfulSet - a consumer that will call methods on
EventDetails.Builder#successfulSet(java.util.Collection) DescribeEventDetailsResponse.Builder failedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
failedSet - Error messages for any events that could not be retrieved.DescribeEventDetailsResponse.Builder failedSet(EventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
failedSet - Error messages for any events that could not be retrieved.DescribeEventDetailsResponse.Builder failedSet(Consumer<EventDetailsErrorItem.Builder>... failedSet)
Error messages for any events that could not be retrieved.
This is a convenience method that creates an instance of theEventDetailsErrorItem.Builder avoiding the need to
create one manually via EventDetailsErrorItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #failedSet(List.
failedSet - a consumer that will call methods on
EventDetailsErrorItem.Builder#failedSet(java.util.Collection) Copyright © 2023. All rights reserved.