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)
Add an optional request override configuration.
|
InitializeClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
InitializeClusterRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.InitializeClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.