public static interface InitializeClusterRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<InitializeClusterRequest.Builder,InitializeClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
InitializeClusterRequest.Builder |
clusterId(String clusterId)
The identifier (ID) of the cluster that you are claiming.
|
InitializeClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InitializeClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InitializeClusterRequest.Builder |
signedCert(String signedCert)
The cluster certificate issued (signed) by your issuing certificate authority (CA).
|
InitializeClusterRequest.Builder |
trustAnchor(String trustAnchor)
The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster
certificate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildInitializeClusterRequest.Builder clusterId(String clusterId)
The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use DescribeClusters.
clusterId - The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use
DescribeClusters.InitializeClusterRequest.Builder signedCert(String signedCert)
The cluster certificate issued (signed) by your issuing certificate authority (CA). The certificate must be in PEM format and can contain a maximum of 5000 characters.
signedCert - The cluster certificate issued (signed) by your issuing certificate authority (CA). The certificate
must be in PEM format and can contain a maximum of 5000 characters.InitializeClusterRequest.Builder trustAnchor(String trustAnchor)
The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate. You must use a self-signed certificate. The certificate used to sign the HSM CSR must be directly available, and thus must be the root certificate. The certificate must be in PEM format and can contain a maximum of 5000 characters.
trustAnchor - The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster
certificate. You must use a self-signed certificate. The certificate used to sign the HSM CSR must be
directly available, and thus must be the root certificate. The certificate must be in PEM format and
can contain a maximum of 5000 characters.InitializeClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderInitializeClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.