CopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
, SdkBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
public static interface GetResourcesResponse.Builder extends CopyableBuilder<GetResourcesResponse.Builder,GetResourcesResponse>
Modifier and Type | Method | Description |
---|---|---|
GetResourcesResponse.Builder |
items(Collection<Resource> items) |
Gets the current Resource resource in the collection.
|
GetResourcesResponse.Builder |
items(Resource... items) |
Gets the current Resource resource in the collection.
|
GetResourcesResponse.Builder |
position(String position) |
copy
apply, build
GetResourcesResponse.Builder position(String position)
position
- GetResourcesResponse.Builder items(Collection<Resource> items)
Gets the current Resource resource in the collection.
items
- Gets the current Resource resource in the collection.GetResourcesResponse.Builder items(Resource... items)
Gets the current Resource 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 Resource resource in the collection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.