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)
Add an optional request override configuration.
|
UpdateCertificateOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateCertificateOptionsRequest.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 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.Builder
options(CertificateOptions)
UpdateCertificateOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateCertificateOptionsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.