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