Interface DescribeEntityAggregatesForOrganizationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEntityAggregatesForOrganizationResponse.Builder,DescribeEntityAggregatesForOrganizationResponse>,HealthResponse.Builder,SdkBuilder<DescribeEntityAggregatesForOrganizationResponse.Builder,DescribeEntityAggregatesForOrganizationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEntityAggregatesForOrganizationResponse
public static interface DescribeEntityAggregatesForOrganizationResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityAggregatesForOrganizationResponse.Builder,DescribeEntityAggregatesForOrganizationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEntityAggregatesForOrganizationResponse.BuilderorganizationEntityAggregates(Collection<OrganizationEntityAggregate> organizationEntityAggregates)The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.DescribeEntityAggregatesForOrganizationResponse.BuilderorganizationEntityAggregates(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.BuilderorganizationEntityAggregates(OrganizationEntityAggregate... organizationEntityAggregates)The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.health.model.HealthResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
organizationEntityAggregates
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.
- Parameters:
organizationEntityAggregates- The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationEntityAggregates
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.
- Parameters:
organizationEntityAggregates- The list of entity aggregates for each of the specified accounts that are affected by each of the specified events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationEntityAggregates
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.Builderavoiding the need to create one manually viaOrganizationEntityAggregate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#organizationEntityAggregates(List.) - Parameters:
organizationEntityAggregates- a consumer that will call methods onOrganizationEntityAggregate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#organizationEntityAggregates(java.util.Collection)
-
-