public static interface KmsSenderToStaticRecipientInput.Builder
| Modifier and Type | Method and Description |
|---|---|
KmsSenderToStaticRecipientInput |
build() |
KmsRecipientConfiguration |
recipientConfiguration() |
KmsSenderToStaticRecipientInput.Builder |
recipientConfiguration(KmsRecipientConfiguration recipientConfiguration) |
java.lang.String |
senderKmsIdentifier() |
KmsSenderToStaticRecipientInput.Builder |
senderKmsIdentifier(java.lang.String senderKmsIdentifier) |
KmsSenderToStaticRecipientInput.Builder senderKmsIdentifier(java.lang.String senderKmsIdentifier)
senderKmsIdentifier - AWS KMS Key Identifier belonging to the senderjava.lang.String senderKmsIdentifier()
KmsSenderToStaticRecipientInput.Builder recipientConfiguration(KmsRecipientConfiguration recipientConfiguration)
recipientConfiguration - Recipient configuration. This can be either a KMS key identifier or a raw public keyKmsRecipientConfiguration recipientConfiguration()
KmsSenderToStaticRecipientInput build()