public static interface ListCertificatesByCaRequest.Builder extends IotRequest.Builder, CopyableBuilder<ListCertificatesByCaRequest.Builder,ListCertificatesByCaRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCertificatesByCaRequest.Builder |
ascendingOrder(Boolean ascendingOrder)
Specifies the order for results.
|
ListCertificatesByCaRequest.Builder |
caCertificateId(String caCertificateId)
The ID of the CA certificate.
|
ListCertificatesByCaRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
ListCertificatesByCaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListCertificatesByCaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListCertificatesByCaRequest.Builder |
pageSize(Integer pageSize)
The result page size.
|
buildoverrideConfigurationcopyapplyMutation, buildListCertificatesByCaRequest.Builder caCertificateId(String caCertificateId)
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
caCertificateId - The ID of the CA certificate. This operation will list all registered device certificate that were
signed by this CA certificate.ListCertificatesByCaRequest.Builder pageSize(Integer pageSize)
The result page size.
pageSize - The result page size.ListCertificatesByCaRequest.Builder marker(String marker)
The marker for the next set of results.
marker - The marker for the next set of results.ListCertificatesByCaRequest.Builder ascendingOrder(Boolean ascendingOrder)
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
ascendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the
creation date.ListCertificatesByCaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListCertificatesByCaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.