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