@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 KMS key 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 KMS key 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 KMS key 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, withSdkRequestTimeout
public void setKeyId(String keyId)
The identifier of the symmetric KMS key into which you will import key material. The Origin
of the
KMS key must be EXTERNAL
.
Specify the key ID or key ARN of the KMS key.
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 KMS key, use ListKeys or DescribeKey.
keyId
- The identifier of the symmetric KMS key into which you will import key material. The Origin
of the KMS key must be EXTERNAL
.
Specify the key ID or key ARN of the KMS key.
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 KMS key, use ListKeys or DescribeKey.
public String getKeyId()
The identifier of the symmetric KMS key into which you will import key material. The Origin
of the
KMS key must be EXTERNAL
.
Specify the key ID or key ARN of the KMS key.
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 KMS key, use ListKeys or DescribeKey.
Origin
of the KMS key must be EXTERNAL
.
Specify the key ID or key ARN of the KMS key.
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 KMS key, use ListKeys or DescribeKey.
public GetParametersForImportRequest withKeyId(String keyId)
The identifier of the symmetric KMS key into which you will import key material. The Origin
of the
KMS key must be EXTERNAL
.
Specify the key ID or key ARN of the KMS key.
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 KMS key, use ListKeys or DescribeKey.
keyId
- The identifier of the symmetric KMS key into which you will import key material. The Origin
of the KMS key must be EXTERNAL
.
Specify the key ID or key ARN of the KMS key.
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 KMS key, 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 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 Key Management Service Developer Guide.AlgorithmSpec
public 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 Key Management Service Developer Guide.
AlgorithmSpec
public 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 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 Key Management Service Developer Guide.AlgorithmSpec
public 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 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 Key Management Service Developer Guide.AlgorithmSpec
public 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 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 Key Management Service Developer Guide.AlgorithmSpec
public 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.WrappingKeySpec
public String getWrappingKeySpec()
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
WrappingKeySpec
public 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.WrappingKeySpec
public 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.WrappingKeySpec
public 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.WrappingKeySpec
public String toString()
toString
in class Object
Object.toString()
public GetParametersForImportRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.