public static interface Certificates.Builder extends CopyableBuilder<Certificates.Builder,Certificates>
Modifier and Type | Method and Description |
---|---|
Certificates.Builder |
awsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by AWS CloudHSM.
|
Certificates.Builder |
clusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
|
Certificates.Builder |
clusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR).
|
Certificates.Builder |
hsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
|
Certificates.Builder |
manufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
|
copy
applyMutation, build
Certificates.Builder clusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.
clusterCsr
- The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED
.Certificates.Builder hsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
hsmCertificate
- The HSM certificate issued (signed) by the HSM hardware.Certificates.Builder awsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by AWS CloudHSM.
awsHardwareCertificate
- The HSM hardware certificate issued (signed) by AWS CloudHSM.Certificates.Builder manufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
manufacturerHardwareCertificate
- The HSM hardware certificate issued (signed) by the hardware manufacturer.Certificates.Builder clusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
clusterCertificate
- The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's
owner.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.