public static interface ListCaCertificatesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListCaCertificatesResponse.Builder,ListCaCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCaCertificatesResponse.Builder |
certificates(CACertificate... certificates)
The CA certificates registered in your Amazon Web Services account.
|
ListCaCertificatesResponse.Builder |
certificates(Collection<CACertificate> certificates)
The CA certificates registered in your Amazon Web Services account.
|
ListCaCertificatesResponse.Builder |
certificates(Consumer<CACertificate.Builder>... certificates)
The CA certificates registered in your Amazon Web Services account.
|
ListCaCertificatesResponse.Builder |
nextMarker(String nextMarker)
The current position within the list of CA certificates.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCaCertificatesResponse.Builder certificates(Collection<CACertificate> certificates)
The CA certificates registered in your Amazon Web Services account.
certificates - The CA certificates registered in your Amazon Web Services account.ListCaCertificatesResponse.Builder certificates(CACertificate... certificates)
The CA certificates registered in your Amazon Web Services account.
certificates - The CA certificates registered in your Amazon Web Services account.ListCaCertificatesResponse.Builder certificates(Consumer<CACertificate.Builder>... certificates)
The CA certificates registered in your Amazon Web Services account.
This is a convenience method that creates an instance of theCACertificate.Builder avoiding the need to create one
manually via CACertificate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #certificates(List.
certificates - a consumer that will call methods on
CACertificate.Builder#certificates(java.util.Collection) 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 © 2023. All rights reserved.