public static interface ListCACertificatesResponse.Builder extends IoTResponse.Builder, CopyableBuilder<ListCACertificatesResponse.Builder,ListCACertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCACertificatesResponse.Builder |
certificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResponse.Builder |
certificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResponse.Builder |
certificates(Consumer<CACertificate.Builder>... certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResponse.Builder |
nextMarker(String nextMarker)
The current position within the list of CA certificates.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListCACertificatesResponse.Builder certificates(Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
certificates - The CA certificates registered in your AWS account.ListCACertificatesResponse.Builder certificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
certificates - The CA certificates registered in your AWS account.ListCACertificatesResponse.Builder certificates(Consumer<CACertificate.Builder>... certificates)
The CA certificates registered in your AWS account.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #certificates(List) .certificates - a consumer that will call methods on List.Builder #certificates(List) ListCACertificatesResponse.Builder nextMarker(String nextMarker)
The current position within the list of CA certificates.
nextMarker - The current position within the list of CA certificates.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.