public static interface DescribeEventDetailsForOrganizationResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventDetailsForOrganizationResponse.Builder,DescribeEventDetailsForOrganizationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventDetailsForOrganizationResponse.Builder successfulSet(Collection<OrganizationEventDetails> successfulSet)
Information about the events that could be retrieved.
successfulSet - Information about the events that could be retrieved.DescribeEventDetailsForOrganizationResponse.Builder successfulSet(OrganizationEventDetails... successfulSet)
Information about the events that could be retrieved.
successfulSet - Information about the events that could be retrieved.DescribeEventDetailsForOrganizationResponse.Builder successfulSet(Consumer<OrganizationEventDetails.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) DescribeEventDetailsForOrganizationResponse.Builder failedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
failedSet - Error messages for any events that could not be retrieved.DescribeEventDetailsForOrganizationResponse.Builder failedSet(OrganizationEventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
failedSet - Error messages for any events that could not be retrieved.DescribeEventDetailsForOrganizationResponse.Builder failedSet(Consumer<OrganizationEventDetailsErrorItem.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 © 2020. All rights reserved.