CopyableBuilder<GetRestApisResponse.Builder,GetRestApisResponse>
, SdkBuilder<GetRestApisResponse.Builder,GetRestApisResponse>
public static interface GetRestApisResponse.Builder extends CopyableBuilder<GetRestApisResponse.Builder,GetRestApisResponse>
Modifier and Type | Method | Description |
---|---|---|
GetRestApisResponse.Builder |
items(Collection<RestApi> items) |
An array of links to the current page of RestApi resources.
|
GetRestApisResponse.Builder |
items(RestApi... items) |
An array of links to the current page of RestApi resources.
|
GetRestApisResponse.Builder |
position(String position) |
copy
apply, build
GetRestApisResponse.Builder position(String position)
position
- GetRestApisResponse.Builder items(Collection<RestApi> items)
An array of links to the current page of RestApi resources.
items
- An array of links to the current page of RestApi resources.GetRestApisResponse.Builder items(RestApi... items)
An array of links to the current page of RestApi resources.
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
- An array of links to the current page of RestApi resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.