Interface ListManagedThingSchemasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListManagedThingSchemasResponse.Builder,
,ListManagedThingSchemasResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<ListManagedThingSchemasResponse.Builder,
,ListManagedThingSchemasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListManagedThingSchemasResponse
@Mutable
@NotThreadSafe
public static interface ListManagedThingSchemasResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListManagedThingSchemasResponse.Builder,ListManagedThingSchemasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of managed thing schemas.items
(Consumer<ManagedThingSchemaListItem.Builder>... items) The list of managed thing schemas.items
(ManagedThingSchemaListItem... items) The list of managed thing schemas.A token that can be used to retrieve the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The list of managed thing schemas.
- Parameters:
items
- The list of managed thing schemas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of managed thing schemas.
- Parameters:
items
- The list of managed thing schemas.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListManagedThingSchemasResponse.Builder items(Consumer<ManagedThingSchemaListItem.Builder>... items) The list of managed thing schemas.
This is a convenience method that creates an instance of theManagedThingSchemaListItem.Builder
avoiding the need to create one manually viaManagedThingSchemaListItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ManagedThingSchemaListItem>)
.- Parameters:
items
- a consumer that will call methods onManagedThingSchemaListItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token that can be used to retrieve the next set of results.
- Parameters:
nextToken
- A token that can be used to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-