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