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 method that creates an instance of theOrganizationEventDetails.Builder avoiding the need to
create one manually via
OrganizationEventDetails.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
OrganizationEventDetails.Builder#successfulSet(java.util.Collection) 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 method that creates an instance of theOrganizationEventDetailsErrorItem.Builder avoiding the
need to create one manually via
OrganizationEventDetailsErrorItem.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
OrganizationEventDetailsErrorItem.Builder#failedSet(java.util.Collection) Copyright © 2022. All rights reserved.