public static interface UpdateCertificateOptionsRequest.Builder extends AcmRequest.Builder, SdkPojo, CopyableBuilder<UpdateCertificateOptionsRequest.Builder,UpdateCertificateOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateOptionsRequest.Builder |
certificateArn(String certificateArn)
ARN of the requested certificate to update.
|
UpdateCertificateOptionsRequest.Builder |
options(CertificateOptions options)
Use to update the options for your certificate.
|
default UpdateCertificateOptionsRequest.Builder |
options(Consumer<CertificateOptions.Builder> options)
Use to update the options for your certificate.
|
UpdateCertificateOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCertificateOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateCertificateOptionsRequest.Builder certificateArn(String certificateArn)
ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
certificateArn - ARN of the requested certificate to update. This must be of the form:
arn:aws:acm:us-east-1:account:certificate/12345678-1234-1234-1234-123456789012
UpdateCertificateOptionsRequest.Builder options(CertificateOptions options)
Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.
options - Use to update the options for your certificate. Currently, you can specify whether to add your
certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS
certificates that have been mistakenly or maliciously issued. Certificates that have not been logged
typically produce an error message in a browser.default UpdateCertificateOptionsRequest.Builder options(Consumer<CertificateOptions.Builder> options)
Use to update the options for your certificate. Currently, you can specify whether to add your certificate to a transparency log. Certificate transparency makes it possible to detect SSL/TLS certificates that have been mistakenly or maliciously issued. Certificates that have not been logged typically produce an error message in a browser.
This is a convenience method that creates an instance of theCertificateOptions.Builder avoiding the
need to create one manually via CertificateOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to options(CertificateOptions).
options - a consumer that will call methods on CertificateOptions.Builderoptions(CertificateOptions)UpdateCertificateOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateCertificateOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.