public static interface ListComponentTypesRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListComponentTypesRequest.Builder,ListComponentTypesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentTypesRequest.Builder filters(Collection<ListComponentTypesFilter> filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.ListComponentTypesRequest.Builder filters(ListComponentTypesFilter... filters)
A list of objects that filter the request.
filters - A list of objects that filter the request.ListComponentTypesRequest.Builder filters(Consumer<ListComponentTypesFilter.Builder>... filters)
A list of objects that filter the request.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListComponentTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.ListComponentTypesRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListComponentTypesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.ListComponentTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.