Interface Cipher.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Cipher.Builder,Cipher>,SdkBuilder<Cipher.Builder,Cipher>,SdkPojo
- Enclosing class:
- Cipher
@Mutable @NotThreadSafe public static interface Cipher.Builder extends SdkPojo, CopyableBuilder<Cipher.Builder,Cipher>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cipher.Buildername(String name)The name of the cipher.Cipher.Builderpriority(Integer priority)The priority of the cipher.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
Cipher.Builder name(String 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
Cipher.Builder priority(Integer 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.
-
-