public static interface ListComponentTypesRequest.Builder extends IoTTwinMakerRequest.Builder, SdkPojo, CopyableBuilder<ListComponentTypesRequest.Builder,ListComponentTypesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentTypesRequest.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.ListComponentTypesRequest.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 theListComponentTypesFilter.Builder avoiding the need
to create one manually via
ListComponentTypesFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
ListComponentTypesFilter.Builder#filters(java.util.Collection) 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 maxResults(Integer 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.
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.
ListComponentTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListComponentTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.