Interface Cipher.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Cipher.Builder,,Cipher> SdkBuilder<Cipher.Builder,,Cipher> SdkPojo
- Enclosing class:
 Cipher
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the cipher.The priority of the cipher.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the cipher.
- Parameters:
 name- The name of the cipher.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
priority
The priority of the cipher.
- Parameters:
 priority- The priority of the cipher.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -