Interface Certificates.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Certificates.Builder,Certificates>,SdkBuilder<Certificates.Builder,Certificates>,SdkPojo
- Enclosing class:
- Certificates
public static interface Certificates.Builder extends SdkPojo, CopyableBuilder<Certificates.Builder,Certificates>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Certificates.BuilderawsHardwareCertificate(String awsHardwareCertificate)The HSM hardware certificate issued (signed) by CloudHSM.Certificates.BuilderclusterCertificate(String clusterCertificate)The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.Certificates.BuilderclusterCsr(String clusterCsr)The cluster's certificate signing request (CSR).Certificates.BuilderhsmCertificate(String hsmCertificate)The HSM certificate issued (signed) by the HSM hardware.Certificates.BuildermanufacturerHardwareCertificate(String manufacturerHardwareCertificate)The HSM hardware certificate issued (signed) by the hardware manufacturer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterCsr
Certificates.Builder clusterCsr(String clusterCsr)
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED.- Parameters:
clusterCsr- The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state isUNINITIALIZED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmCertificate
Certificates.Builder hsmCertificate(String hsmCertificate)
The HSM certificate issued (signed) by the HSM hardware.
- Parameters:
hsmCertificate- The HSM certificate issued (signed) by the HSM hardware.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsHardwareCertificate
Certificates.Builder awsHardwareCertificate(String awsHardwareCertificate)
The HSM hardware certificate issued (signed) by CloudHSM.
- Parameters:
awsHardwareCertificate- The HSM hardware certificate issued (signed) by CloudHSM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manufacturerHardwareCertificate
Certificates.Builder manufacturerHardwareCertificate(String manufacturerHardwareCertificate)
The HSM hardware certificate issued (signed) by the hardware manufacturer.
- Parameters:
manufacturerHardwareCertificate- The HSM hardware certificate issued (signed) by the hardware manufacturer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterCertificate
Certificates.Builder clusterCertificate(String clusterCertificate)
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
- Parameters:
clusterCertificate- The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-