CopyableBuilder<GetModelsResponse.Builder,GetModelsResponse>
, SdkBuilder<GetModelsResponse.Builder,GetModelsResponse>
public static interface GetModelsResponse.Builder extends CopyableBuilder<GetModelsResponse.Builder,GetModelsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetModelsResponse.Builder |
items(Collection<Model> items) |
Gets the current Model resource in the collection.
|
GetModelsResponse.Builder |
items(Model... items) |
Gets the current Model resource in the collection.
|
GetModelsResponse.Builder |
position(String position) |
copy
apply, build
GetModelsResponse.Builder position(String position)
position
- GetModelsResponse.Builder items(Collection<Model> items)
Gets the current Model resource in the collection.
items
- Gets the current Model resource in the collection.GetModelsResponse.Builder items(Model... items)
Gets the current Model resource in the collection.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection)
or #withItems(java.util.Collection)
if you want to override
the existing values.
items
- Gets the current Model resource in the collection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.