Interface ListEntitiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEntitiesResponse.Builder,,ListEntitiesResponse> IoTTwinMakerResponse.Builder,SdkBuilder<ListEntitiesResponse.Builder,,ListEntitiesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEntitiesResponse
@Mutable
@NotThreadSafe
public static interface ListEntitiesResponse.Builder
extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<ListEntitiesResponse.Builder,ListEntitiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionentitySummaries(Collection<EntitySummary> entitySummaries) A list of objects that contain information about the entities.entitySummaries(Consumer<EntitySummary.Builder>... entitySummaries) A list of objects that contain information about the entities.entitySummaries(EntitySummary... entitySummaries) A list of objects that contain information about the entities.The string that specifies the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entitySummaries
A list of objects that contain information about the entities.
- Parameters:
entitySummaries- A list of objects that contain information about the entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitySummaries
A list of objects that contain information about the entities.
- Parameters:
entitySummaries- A list of objects that contain information about the entities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitySummaries
A list of objects that contain information about the entities.
This is a convenience method that creates an instance of theEntitySummary.Builderavoiding the need to create one manually viaEntitySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentitySummaries(List<EntitySummary>).- Parameters:
entitySummaries- a consumer that will call methods onEntitySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The string that specifies the next page of results.
- Parameters:
nextToken- The string that specifies the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-