@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitializeClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
InitializeClusterRequest() |
Modifier and Type | Method and Description |
---|---|
InitializeClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterId()
The identifier (ID) of the cluster that you are claiming.
|
String |
getSignedCert()
The cluster certificate issued (signed) by your issuing certificate authority (CA).
|
String |
getTrustAnchor()
The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The identifier (ID) of the cluster that you are claiming.
|
void |
setSignedCert(String signedCert)
The cluster certificate issued (signed) by your issuing certificate authority (CA).
|
void |
setTrustAnchor(String trustAnchor)
The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate.
|
String |
toString()
Returns a string representation of this object.
|
InitializeClusterRequest |
withClusterId(String clusterId)
The identifier (ID) of the cluster that you are claiming.
|
InitializeClusterRequest |
withSignedCert(String signedCert)
The cluster certificate issued (signed) by your issuing certificate authority (CA).
|
InitializeClusterRequest |
withTrustAnchor(String trustAnchor)
The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClusterId(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.public String getClusterId()
The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use DescribeClusters.
public InitializeClusterRequest withClusterId(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.public void setSignedCert(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.public String getSignedCert()
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.
public InitializeClusterRequest withSignedCert(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.public void setTrustAnchor(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.public String getTrustAnchor()
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.
public InitializeClusterRequest withTrustAnchor(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.public String toString()
toString
in class Object
Object.toString()
public InitializeClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()