Interface ListComponentTypesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListComponentTypesRequest.Builder,,ListComponentTypesRequest> IoTTwinMakerRequest.Builder,SdkBuilder<ListComponentTypesRequest.Builder,,ListComponentTypesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListComponentTypesRequest
@Mutable
@NotThreadSafe
public static interface ListComponentTypesRequest.Builder
extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListComponentTypesRequest.Builder,ListComponentTypesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilters(Collection<ListComponentTypesFilter> filters) A list of objects that filter the request.filters(Consumer<ListComponentTypesFilter.Builder>... filters) A list of objects that filter the request.filters(ListComponentTypesFilter... 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.
- Parameters:
filters- A list of objects that filter the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of objects that filter the request.
- Parameters:
filters- A list of objects that filter the request.- 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 theListComponentTypesFilter.Builderavoiding the need to create one manually viaListComponentTypesFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<ListComponentTypesFilter>).- Parameters:
filters- a consumer that will call methods onListComponentTypesFilter.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.
-
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.
-
overrideConfiguration
ListComponentTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListComponentTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-