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