Interface DescribeEntityAggregatesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>,HealthResponse.Builder,SdkBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEntityAggregatesResponse
public static interface DescribeEntityAggregatesResponse.Builder extends HealthResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityAggregatesResponse.Builder,DescribeEntityAggregatesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEntityAggregatesResponse.BuilderentityAggregates(Collection<EntityAggregate> entityAggregates)The number of entities that are affected by each of the specified events.DescribeEntityAggregatesResponse.BuilderentityAggregates(Consumer<EntityAggregate.Builder>... entityAggregates)The number of entities that are affected by each of the specified events.DescribeEntityAggregatesResponse.BuilderentityAggregates(EntityAggregate... entityAggregates)The number of entities 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
entityAggregates
DescribeEntityAggregatesResponse.Builder entityAggregates(Collection<EntityAggregate> entityAggregates)
The number of entities that are affected by each of the specified events.
- Parameters:
entityAggregates- The number of entities that are affected by each of the specified events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityAggregates
DescribeEntityAggregatesResponse.Builder entityAggregates(EntityAggregate... entityAggregates)
The number of entities that are affected by each of the specified events.
- Parameters:
entityAggregates- The number of entities that are affected by each of the specified events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityAggregates
DescribeEntityAggregatesResponse.Builder entityAggregates(Consumer<EntityAggregate.Builder>... entityAggregates)
The number of entities that are affected by each of the specified events.
This is a convenience method that creates an instance of theEntityAggregate.Builderavoiding the need to create one manually viaEntityAggregate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#entityAggregates(List.) - Parameters:
entityAggregates- a consumer that will call methods onEntityAggregate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#entityAggregates(java.util.Collection)
-
-