@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersForImportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
GetParametersForImportRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetParametersForImportRequest | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getKeyId()
 The identifier of the symmetric CMK into which you will import key material. 
 | 
String | 
getWrappingAlgorithm()
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
String | 
getWrappingKeySpec()
 The type of wrapping key (public key) to return in the response. 
 | 
int | 
hashCode()  | 
void | 
setKeyId(String keyId)
 The identifier of the symmetric CMK into which you will import key material. 
 | 
void | 
setWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
void | 
setWrappingAlgorithm(String wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
void | 
setWrappingKeySpec(String wrappingKeySpec)
 The type of wrapping key (public key) to return in the response. 
 | 
void | 
setWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
 The type of wrapping key (public key) to return in the response. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GetParametersForImportRequest | 
withKeyId(String keyId)
 The identifier of the symmetric CMK into which you will import key material. 
 | 
GetParametersForImportRequest | 
withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
GetParametersForImportRequest | 
withWrappingAlgorithm(String wrappingAlgorithm)
 The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. 
 | 
GetParametersForImportRequest | 
withWrappingKeySpec(String wrappingKeySpec)
 The type of wrapping key (public key) to return in the response. 
 | 
GetParametersForImportRequest | 
withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
 The type of wrapping key (public key) to return in the response. 
 | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setKeyId(String keyId)
 The identifier of the symmetric CMK into which you will import key material. The Origin of the CMK
 must be EXTERNAL.
 
Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
 Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
 
 Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
 
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
keyId - The identifier of the symmetric CMK into which you will import key material. The Origin of
        the CMK must be EXTERNAL.
        Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
        Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
        
        Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
        
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
public String getKeyId()
 The identifier of the symmetric CMK into which you will import key material. The Origin of the CMK
 must be EXTERNAL.
 
Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
 Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
 
 Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
 
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
Origin of
         the CMK must be EXTERNAL.
         Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
         Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
         
         Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
         
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
public GetParametersForImportRequest withKeyId(String keyId)
 The identifier of the symmetric CMK into which you will import key material. The Origin of the CMK
 must be EXTERNAL.
 
Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
 Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
 
 Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
 
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
keyId - The identifier of the symmetric CMK into which you will import key material. The Origin of
        the CMK must be EXTERNAL.
        Specify the key ID or the Amazon Resource Name (ARN) of the CMK.
For example:
        Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
        
        Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
        
To get the key ID and key ARN for a CMK, use ListKeys or DescribeKey.
public void setWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.
wrappingAlgorithm - The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
        For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.AlgorithmSpecpublic String getWrappingAlgorithm()
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.
AlgorithmSpecpublic GetParametersForImportRequest withWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.
wrappingAlgorithm - The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
        For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.AlgorithmSpecpublic void setWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.
wrappingAlgorithm - The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
        For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.AlgorithmSpecpublic GetParametersForImportRequest withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial. For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.
wrappingAlgorithm - The algorithm you will use to encrypt the key material before importing it with ImportKeyMaterial.
        For more information, see Encrypt the Key Material in the AWS Key Management Service Developer Guide.AlgorithmSpecpublic void setWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
        supported.WrappingKeySpecpublic String getWrappingKeySpec()
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
WrappingKeySpecpublic GetParametersForImportRequest withWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
        supported.WrappingKeySpecpublic void setWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
        supported.WrappingKeySpecpublic GetParametersForImportRequest withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
        supported.WrappingKeySpecpublic String toString()
toString in class ObjectObject.toString()public GetParametersForImportRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.