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