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(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(EventDetails... successfulSet)
Information about the events that could be retrieved.
|
buildcopyapply, 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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.