CopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>
, SdkBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>
public static interface ImportCertificateRequest.Builder extends CopyableBuilder<ImportCertificateRequest.Builder,ImportCertificateRequest>
Modifier and Type | Method | Description |
---|---|---|
ImportCertificateRequest.Builder |
certificateIdentifier(String certificateIdentifier) |
The customer-assigned name of the certificate.
|
ImportCertificateRequest.Builder |
certificatePem(String certificatePem) |
The contents of the .pem X.509 certificate file for the certificate.
|
ImportCertificateRequest.Builder |
certificateWallet(ByteBuffer certificateWallet) |
The location of the imported Oracle Wallet certificate for use with SSL.
|
ImportCertificateRequest.Builder |
tags(Collection<Tag> tags) |
The tags associated with the certificate.
|
ImportCertificateRequest.Builder |
tags(Tag... tags) |
The tags associated with the certificate.
|
copy
apply, build
ImportCertificateRequest.Builder certificateIdentifier(String certificateIdentifier)
The customer-assigned name of the certificate. Valid characters are A-z and 0-9.
certificateIdentifier
- The customer-assigned name of the certificate. Valid characters are A-z and 0-9.ImportCertificateRequest.Builder certificatePem(String certificatePem)
The contents of the .pem X.509 certificate file for the certificate.
certificatePem
- The contents of the .pem X.509 certificate file for the certificate.ImportCertificateRequest.Builder certificateWallet(ByteBuffer certificateWallet)
The location of the imported Oracle Wallet certificate for use with SSL.
certificateWallet
- The location of the 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags associated with the certificate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.