CopyableBuilder<DescribeEventDetailsResponse.Builder,DescribeEventDetailsResponse>
, SdkBuilder<DescribeEventDetailsResponse.Builder,DescribeEventDetailsResponse>
public static interface DescribeEventDetailsResponse.Builder extends CopyableBuilder<DescribeEventDetailsResponse.Builder,DescribeEventDetailsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeEventDetailsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setSuccessfulSet(java.util.Collection)
or #withSuccessfulSet(java.util.Collection)
if you
want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailedSet(java.util.Collection)
or #withFailedSet(java.util.Collection)
if you want to
override the existing values.
failedSet
- Error messages for any events that could not be retrieved.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.