public static interface DescribeEntityAggregatesForOrganizationResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityAggregatesForOrganizationResponse.Builder,DescribeEntityAggregatesForOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityAggregatesForOrganizationResponse.Builder |
organizationEntityAggregates(Collection<OrganizationEntityAggregate> organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
DescribeEntityAggregatesForOrganizationResponse.Builder |
organizationEntityAggregates(Consumer<OrganizationEntityAggregate.Builder>... organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
DescribeEntityAggregatesForOrganizationResponse.Builder |
organizationEntityAggregates(OrganizationEntityAggregate... organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified
events.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEntityAggregatesForOrganizationResponse.Builder organizationEntityAggregates(Collection<OrganizationEntityAggregate> organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
organizationEntityAggregates - The list of entity aggregates for each of the specified accounts that are affected by each of the
specified events.DescribeEntityAggregatesForOrganizationResponse.Builder organizationEntityAggregates(OrganizationEntityAggregate... organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
organizationEntityAggregates - The list of entity aggregates for each of the specified accounts that are affected by each of the
specified events.DescribeEntityAggregatesForOrganizationResponse.Builder organizationEntityAggregates(Consumer<OrganizationEntityAggregate.Builder>... organizationEntityAggregates)
The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.
This is a convenience method that creates an instance of theOrganizationEntityAggregate.Builder avoiding the need to
create one manually via
OrganizationEntityAggregate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #organizationEntityAggregates(List.
organizationEntityAggregates - a consumer that will call methods on
OrganizationEntityAggregate.Builder#organizationEntityAggregates(java.util.Collection) Copyright © 2023. All rights reserved.