public static interface GetCertificatesRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<GetCertificatesRequest.Builder,GetCertificatesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCertificatesRequest.Builder |
certificateName(String certificateName)
The name for the certificate for which to return information.
|
GetCertificatesRequest.Builder |
certificateStatuses(CertificateStatus... certificateStatuses)
The status of the certificates for which to return information.
|
GetCertificatesRequest.Builder |
certificateStatuses(Collection<CertificateStatus> certificateStatuses)
The status of the certificates for which to return information.
|
GetCertificatesRequest.Builder |
certificateStatusesWithStrings(Collection<String> certificateStatuses)
The status of the certificates for which to return information.
|
GetCertificatesRequest.Builder |
certificateStatusesWithStrings(String... certificateStatuses)
The status of the certificates for which to return information.
|
GetCertificatesRequest.Builder |
includeCertificateDetails(Boolean includeCertificateDetails)
Indicates whether to include detailed information about the certificates in the response.
|
GetCertificatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCertificatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCertificatesRequest.Builder |
pageToken(String pageToken)
The token to advance to the next page of results from your request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCertificatesRequest.Builder certificateStatusesWithStrings(Collection<String> certificateStatuses)
The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
certificateStatuses - The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED
status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
GetCertificatesRequest.Builder certificateStatusesWithStrings(String... certificateStatuses)
The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
certificateStatuses - The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED
status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
GetCertificatesRequest.Builder certificateStatuses(Collection<CertificateStatus> certificateStatuses)
The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
certificateStatuses - The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED
status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
GetCertificatesRequest.Builder certificateStatuses(CertificateStatus... certificateStatuses)
The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
certificateStatuses - The status of the certificates for which to return information.
For example, specify ISSUED to return only certificates with an ISSUED
status.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made, regardless of their current status.
GetCertificatesRequest.Builder includeCertificateDetails(Boolean includeCertificateDetails)
Indicates whether to include detailed information about the certificates in the response.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
includeCertificateDetails - Indicates whether to include detailed information about the certificates in the response.
When omitted, the response includes only the certificate names, Amazon Resource Names (ARNs), domain names, and tags.
GetCertificatesRequest.Builder certificateName(String certificateName)
The name for the certificate for which to return information.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
certificateName - The name for the certificate for which to return information.
When omitted, the response includes all of your certificates in the Amazon Web Services Region where the request is made.
GetCertificatesRequest.Builder pageToken(String pageToken)
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetCertificates request. If your results are paginated,
the response will return a next page token that you can specify as the page token in a subsequent request.
pageToken - The token to advance to the next page of results from your request.
To get a page token, perform an initial GetCertificates request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
GetCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.