public static interface Cipher.Builder extends CopyableBuilder<Cipher.Builder,Cipher>
| Modifier and Type | Method and Description |
|---|---|
Cipher.Builder |
name(String name)
The name of the cipher.
|
Cipher.Builder |
priority(Integer priority)
The priority of the cipher.
|
copyapply, buildCipher.Builder name(String name)
The name of the cipher.
name - The name of the cipher.Cipher.Builder priority(Integer priority)
The priority of the cipher.
priority - The priority of the cipher.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.