CopyableBuilder<Cipher.Builder,Cipher>
, SdkBuilder<Cipher.Builder,Cipher>
public static interface Cipher.Builder extends CopyableBuilder<Cipher.Builder,Cipher>
Modifier and Type | Method | Description |
---|---|---|
Cipher.Builder |
name(String name) |
The name of the cipher.
|
Cipher.Builder |
priority(Integer priority) |
The priority of the cipher.
|
copy
apply, build
Cipher.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.