public static interface GetInventorySchemaResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetInventorySchemaResponse.Builder,GetInventorySchemaResponse>
Modifier and Type | Method and Description |
---|---|
GetInventorySchemaResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
GetInventorySchemaResponse.Builder |
schemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
|
GetInventorySchemaResponse.Builder |
schemas(Consumer<InventoryItemSchema.Builder>... schemas)
Inventory schemas returned by the request.
|
GetInventorySchemaResponse.Builder |
schemas(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetInventorySchemaResponse.Builder schemas(Collection<InventoryItemSchema> schemas)
Inventory schemas returned by the request.
schemas
- Inventory schemas returned by the request.GetInventorySchemaResponse.Builder schemas(InventoryItemSchema... schemas)
Inventory schemas returned by the request.
schemas
- Inventory schemas returned by the request.GetInventorySchemaResponse.Builder schemas(Consumer<InventoryItemSchema.Builder>... schemas)
Inventory schemas returned by the request.
This is a convenience 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 #schemas(List)
.schemas
- a consumer that will call methods on List.Builder
#schemas(List)
GetInventorySchemaResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken
- The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.