CopyableBuilder<ListOutgoingCertificatesRequest.Builder,ListOutgoingCertificatesRequest>, SdkBuilder<ListOutgoingCertificatesRequest.Builder,ListOutgoingCertificatesRequest>public static interface ListOutgoingCertificatesRequest.Builder extends CopyableBuilder<ListOutgoingCertificatesRequest.Builder,ListOutgoingCertificatesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListOutgoingCertificatesRequest.Builder |
ascendingOrder(Boolean ascendingOrder) |
Specifies the order for results.
|
ListOutgoingCertificatesRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
ListOutgoingCertificatesRequest.Builder |
pageSize(Integer pageSize) |
The result page size.
|
copyapply, buildListOutgoingCertificatesRequest.Builder pageSize(Integer pageSize)
The result page size.
pageSize - The result page size.ListOutgoingCertificatesRequest.Builder marker(String marker)
The marker for the next set of results.
marker - The marker for the next set of results.ListOutgoingCertificatesRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.