ToCopyableBuilder<Cipher.Builder,Cipher>
@Generated("software.amazon.awssdk:codegen") public class Cipher extends Object implements ToCopyableBuilder<Cipher.Builder,Cipher>
Information about a cipher used in a policy.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Cipher.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Cipher.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the cipher.
|
Integer |
priority() |
The priority of the cipher.
|
static Class<? extends Cipher.Builder> |
serializableBuilderClass() |
|
Cipher.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the cipher.
public Integer priority()
The priority of the cipher.
public Cipher.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Cipher.Builder,Cipher>
public static Cipher.Builder builder()
public static Class<? extends Cipher.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.