CopyableBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
, SdkBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
public static interface GetDeploymentsResponse.Builder extends CopyableBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDeploymentsResponse.Builder |
items(Collection<Deployment> items) |
The current page of any Deployment resources in the collection of deployment resources.
|
GetDeploymentsResponse.Builder |
items(Deployment... items) |
The current page of any Deployment resources in the collection of deployment resources.
|
GetDeploymentsResponse.Builder |
position(String position) |
copy
apply, build
GetDeploymentsResponse.Builder position(String position)
position
- GetDeploymentsResponse.Builder items(Collection<Deployment> items)
The current page of any Deployment resources in the collection of deployment resources.
items
- The current page of any Deployment resources in the collection of deployment resources.GetDeploymentsResponse.Builder items(Deployment... items)
The current page of any Deployment resources in the collection of deployment 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
- The current page of any Deployment resources in the collection of deployment resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.