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 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 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.