public static interface InitializeClusterRequest.Builder extends CloudHSMV2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
InitializeClusterRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, 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. This can be a root (self-signed) certificate or a certificate chain that begins with the certificate that issued the cluster certificate and ends with a root certificate. The certificate or certificate chain 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. This can be a root (self-signed) certificate or a certificate chain that begins with the
certificate that issued the cluster certificate and ends with a root certificate. The certificate or
certificate chain must be in PEM format and can contain a maximum of 5000 characters.InitializeClusterRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.InitializeClusterRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.