public class BeaconStyle
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeaconStyle.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
BeaconStyle(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.BeaconStyle.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
AsSet |
asSet() |
static BeaconStyle.Builder |
builder() |
PartOnly |
partOnly() |
Shared |
shared() |
SharedSet |
sharedSet() |
BeaconStyle.Builder |
toBuilder() |
protected BeaconStyle(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.BeaconStyle.BuilderImpl builder)
public PartOnly partOnly()
public Shared shared()
public AsSet asSet()
public SharedSet sharedSet()
public BeaconStyle.Builder toBuilder()
public static BeaconStyle.Builder builder()