All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.inlong.sort.filesystem.shaded.com.amazonaws.services.kms.model.CreateCustomKeyStoreRequest Maven / Gradle / Ivy

There is a newer version: 1.13.0
Show newest version
/*
 * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.kms.model;

import java.io.Serializable;
import javax.annotation.Generated;

import com.amazonaws.AmazonWebServiceRequest;

/**
 * 
 * @see AWS API
 *      Documentation
 */
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class CreateCustomKeyStoreRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable {

    /**
     * 

* Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account. *

*/ private String customKeyStoreName; /** *

* Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster * that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters * operation. *

*/ private String cloudHsmClusterId; /** *

* Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the cluster. *

*/ private String trustAnchorCertificate; /** *

* Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as * this user to manage key material on your behalf. *

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in the * CloudHSM cluster. *

*/ private String keyStorePassword; /** *

* Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account. *

* * @param customKeyStoreName * Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services * account. */ public void setCustomKeyStoreName(String customKeyStoreName) { this.customKeyStoreName = customKeyStoreName; } /** *

* Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account. *

* * @return Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services * account. */ public String getCustomKeyStoreName() { return this.customKeyStoreName; } /** *

* Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account. *

* * @param customKeyStoreName * Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services * account. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateCustomKeyStoreRequest withCustomKeyStoreName(String customKeyStoreName) { setCustomKeyStoreName(customKeyStoreName); return this; } /** *

* Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster * that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters * operation. *

* * @param cloudHsmClusterId * Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM * cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation. */ public void setCloudHsmClusterId(String cloudHsmClusterId) { this.cloudHsmClusterId = cloudHsmClusterId; } /** *

* Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster * that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters * operation. *

* * @return Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM * cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation. */ public String getCloudHsmClusterId() { return this.cloudHsmClusterId; } /** *

* Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster * that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters * operation. *

* * @param cloudHsmClusterId * Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM * cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateCustomKeyStoreRequest withCloudHsmClusterId(String cloudHsmClusterId) { setCloudHsmClusterId(cloudHsmClusterId); return this; } /** *

* Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the cluster. *

* * @param trustAnchorCertificate * Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the * cluster. */ public void setTrustAnchorCertificate(String trustAnchorCertificate) { this.trustAnchorCertificate = trustAnchorCertificate; } /** *

* Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the cluster. *

* * @return Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the * cluster. */ public String getTrustAnchorCertificate() { return this.trustAnchorCertificate; } /** *

* Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the cluster. *

* * @param trustAnchorCertificate * Enter the content of the trust anchor certificate for the cluster. This is the content of the * customerCA.crt file that you created when you initialized the * cluster. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateCustomKeyStoreRequest withTrustAnchorCertificate(String trustAnchorCertificate) { setTrustAnchorCertificate(trustAnchorCertificate); return this; } /** *

* Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as * this user to manage key material on your behalf. *

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in the * CloudHSM cluster. *

* * @param keyStorePassword * Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the * cluster as this user to manage key material on your behalf.

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in the * CloudHSM cluster. */ public void setKeyStorePassword(String keyStorePassword) { this.keyStorePassword = keyStorePassword; } /** *

* Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as * this user to manage key material on your behalf. *

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in the * CloudHSM cluster. *

* * @return Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the * cluster as this user to manage key material on your behalf.

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in * the CloudHSM cluster. */ public String getKeyStorePassword() { return this.keyStorePassword; } /** *

* Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as * this user to manage key material on your behalf. *

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in the * CloudHSM cluster. *

* * @param keyStorePassword * Enter the password of the * kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the * cluster as this user to manage key material on your behalf.

*

* The password must be a string of 7 to 32 characters. Its value is case sensitive. *

*

* This parameter tells KMS the kmsuser account password; it does not change the password in the * CloudHSM cluster. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateCustomKeyStoreRequest withKeyStorePassword(String keyStorePassword) { setKeyStorePassword(keyStorePassword); return this; } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getCustomKeyStoreName() != null) sb.append("CustomKeyStoreName: ").append(getCustomKeyStoreName()).append(","); if (getCloudHsmClusterId() != null) sb.append("CloudHsmClusterId: ").append(getCloudHsmClusterId()).append(","); if (getTrustAnchorCertificate() != null) sb.append("TrustAnchorCertificate: ").append(getTrustAnchorCertificate()).append(","); if (getKeyStorePassword() != null) sb.append("KeyStorePassword: ").append("***Sensitive Data Redacted***"); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof CreateCustomKeyStoreRequest == false) return false; CreateCustomKeyStoreRequest other = (CreateCustomKeyStoreRequest) obj; if (other.getCustomKeyStoreName() == null ^ this.getCustomKeyStoreName() == null) return false; if (other.getCustomKeyStoreName() != null && other.getCustomKeyStoreName().equals(this.getCustomKeyStoreName()) == false) return false; if (other.getCloudHsmClusterId() == null ^ this.getCloudHsmClusterId() == null) return false; if (other.getCloudHsmClusterId() != null && other.getCloudHsmClusterId().equals(this.getCloudHsmClusterId()) == false) return false; if (other.getTrustAnchorCertificate() == null ^ this.getTrustAnchorCertificate() == null) return false; if (other.getTrustAnchorCertificate() != null && other.getTrustAnchorCertificate().equals(this.getTrustAnchorCertificate()) == false) return false; if (other.getKeyStorePassword() == null ^ this.getKeyStorePassword() == null) return false; if (other.getKeyStorePassword() != null && other.getKeyStorePassword().equals(this.getKeyStorePassword()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getCustomKeyStoreName() == null) ? 0 : getCustomKeyStoreName().hashCode()); hashCode = prime * hashCode + ((getCloudHsmClusterId() == null) ? 0 : getCloudHsmClusterId().hashCode()); hashCode = prime * hashCode + ((getTrustAnchorCertificate() == null) ? 0 : getTrustAnchorCertificate().hashCode()); hashCode = prime * hashCode + ((getKeyStorePassword() == null) ? 0 : getKeyStorePassword().hashCode()); return hashCode; } @Override public CreateCustomKeyStoreRequest clone() { return (CreateCustomKeyStoreRequest) super.clone(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy