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)
Add an optional request override configuration.
|
GetCertificatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetCertificatesRequest.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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS 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 AWS Region where the request is made.
GetCertificatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetCertificatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.