public class StandardBeacon
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StandardBeacon.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
StandardBeacon(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.StandardBeacon.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static StandardBeacon.Builder |
builder() |
int |
length() |
java.lang.String |
loc() |
java.lang.String |
name() |
StandardBeacon.Builder |
toBuilder() |
protected StandardBeacon(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.StandardBeacon.BuilderImpl builder)
public java.lang.String name()
public int length()
public java.lang.String loc()
public StandardBeacon.Builder toBuilder()
public static StandardBeacon.Builder builder()