public static interface DescribeEventDetailsResponse.Builder extends HealthResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #successfulSet(List) .successfulSet - a consumer that will call methods on List.Builder #successfulSet(List) 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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #failedSet(List) .failedSet - a consumer that will call methods on List.Builder #failedSet(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.