public static interface ImportCertificateRequest.Builder extends DatabaseMigrationRequest.Builder, SdkPojo, CopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportCertificateRequest.Builder certificateIdentifier(String certificateIdentifier)
A customer-assigned name for the certificate. Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
certificateIdentifier - A customer-assigned name for the certificate. Identifiers must begin with a letter; must contain only
ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.ImportCertificateRequest.Builder certificatePem(String certificatePem)
The contents of a .pem file, which contains an X.509 certificate.
certificatePem - The contents of a .pem file, which contains an X.509 certificate.ImportCertificateRequest.Builder certificateWallet(SdkBytes certificateWallet)
The location of an imported Oracle Wallet certificate for use with SSL.
certificateWallet - The location of an imported Oracle Wallet certificate for use with SSL.ImportCertificateRequest.Builder tags(Collection<Tag> tags)
The tags associated with the certificate.
tags - The tags associated with the certificate.ImportCertificateRequest.Builder tags(Tag... tags)
The tags associated with the certificate.
tags - The tags associated with the certificate.ImportCertificateRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with the certificate.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) ImportCertificateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportCertificateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.