public static interface GetCertificatesResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetCertificatesResponse.Builder,GetCertificatesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCertificatesResponse.Builder |
certificates(CertificateSummary... certificates)
An object that describes certificates.
|
GetCertificatesResponse.Builder |
certificates(Collection<CertificateSummary> certificates)
An object that describes certificates.
|
GetCertificatesResponse.Builder |
certificates(Consumer<CertificateSummary.Builder>... certificates)
An object that describes certificates.
|
GetCertificatesResponse.Builder |
nextPageToken(String nextPageToken)
If
NextPageToken is returned there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCertificatesResponse.Builder certificates(Collection<CertificateSummary> certificates)
An object that describes certificates.
certificates - An object that describes certificates.GetCertificatesResponse.Builder certificates(CertificateSummary... certificates)
An object that describes certificates.
certificates - An object that describes certificates.GetCertificatesResponse.Builder certificates(Consumer<CertificateSummary.Builder>... certificates)
An object that describes certificates.
This is a convenience method that creates an instance of theCertificateSummary.Builder avoiding the need to
create one manually via CertificateSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #certificates(List.
certificates - a consumer that will call methods on
CertificateSummary.Builder#certificates(java.util.Collection) GetCertificatesResponse.Builder nextPageToken(String nextPageToken)
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged.
nextPageToken - If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged.Copyright © 2023. All rights reserved.