public static interface ListCertificateAuthoritiesResponse.Builder extends AcmPcaResponse.Builder, SdkPojo, CopyableBuilder<ListCertificateAuthoritiesResponse.Builder,ListCertificateAuthoritiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesResponse.Builder |
certificateAuthorities(CertificateAuthority... certificateAuthorities)
Summary information about each certificate authority you have created.
|
ListCertificateAuthoritiesResponse.Builder |
certificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)
Summary information about each certificate authority you have created.
|
ListCertificateAuthoritiesResponse.Builder |
certificateAuthorities(Consumer<CertificateAuthority.Builder>... certificateAuthorities)
Summary information about each certificate authority you have created.
|
ListCertificateAuthoritiesResponse.Builder |
nextToken(String nextToken)
When the list is truncated, this value is present and should be used for the
NextToken parameter
in a subsequent pagination request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCertificateAuthoritiesResponse.Builder certificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)
Summary information about each certificate authority you have created.
certificateAuthorities - Summary information about each certificate authority you have created.ListCertificateAuthoritiesResponse.Builder certificateAuthorities(CertificateAuthority... certificateAuthorities)
Summary information about each certificate authority you have created.
certificateAuthorities - Summary information about each certificate authority you have created.ListCertificateAuthoritiesResponse.Builder certificateAuthorities(Consumer<CertificateAuthority.Builder>... certificateAuthorities)
Summary information about each certificate authority you have created.
This is a convenience method that creates an instance of theCertificateAuthority.Builder avoiding the need to create
one manually via CertificateAuthority.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #certificateAuthorities(List.
certificateAuthorities - a consumer that will call methods on
CertificateAuthority.Builder#certificateAuthorities(java.util.Collection) ListCertificateAuthoritiesResponse.Builder nextToken(String nextToken)
When the list is truncated, this value is present and should be used for the NextToken parameter
in a subsequent pagination request.
nextToken - When the list is truncated, this value is present and should be used for the NextToken
parameter in a subsequent pagination request.Copyright © 2023. All rights reserved.