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, sdkHttpResponsecopyapplyMutation, 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 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 #certificateAuthorities(List) .certificateAuthorities - a consumer that will call methods on List.Builder #certificateAuthorities(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.