Interface ListEntitiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEntitiesRequest.Builder,,ListEntitiesRequest> IoTTwinMakerRequest.Builder,SdkBuilder<ListEntitiesRequest.Builder,,ListEntitiesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEntitiesRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<ListEntitiesFilter> filters) A list of objects that filter the request.filters(Consumer<ListEntitiesFilter.Builder>... filters) A list of objects that filter the request.filters(ListEntitiesFilter... filters) A list of objects that filter the request.maxResults(Integer maxResults) The maximum number of results to return at one time.The string that specifies the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) workspaceId(String workspaceId) The ID of the workspace.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iottwinmaker.model.IoTTwinMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceId
The ID of the workspace.
- Parameters:
workspaceId- The ID of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of objects that filter the request.
Only one object is accepted as a valid input.
- Parameters:
filters- A list of objects that filter the request.Only one object is accepted as a valid input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of objects that filter the request.
Only one object is accepted as a valid input.
- Parameters:
filters- A list of objects that filter the request.Only one object is accepted as a valid input.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of objects that filter the request.
This is a convenience method that creates an instance of theOnly one object is accepted as a valid input.
ListEntitiesFilter.Builderavoiding the need to create one manually viaListEntitiesFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<ListEntitiesFilter>).- Parameters:
filters- a consumer that will call methods onListEntitiesFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return at one time. The default is 25.
Valid Range: Minimum value of 1. Maximum value of 250.
- Parameters:
maxResults- The maximum number of results to return at one time. The default is 25.Valid Range: Minimum value of 1. Maximum value of 250.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
overrideConfiguration
ListEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-