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 |
nextMarker(String nextMarker)
The current position within the list of CA certificates.
|
build
copy
apply, build
ListCACertificatesResponse.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 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.