public static interface ResolveAuthActionsInput.Builder
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthItem> |
authActions() |
ResolveAuthActionsInput.Builder |
authActions(java.util.List<AuthItem> authActions) |
ResolveAuthActionsInput |
build() |
java.nio.ByteBuffer |
headerBytes() |
ResolveAuthActionsInput.Builder |
headerBytes(java.nio.ByteBuffer headerBytes) |
java.lang.String |
tableName() |
ResolveAuthActionsInput.Builder |
tableName(java.lang.String tableName) |
ResolveAuthActionsInput.Builder tableName(java.lang.String tableName)
java.lang.String tableName()
ResolveAuthActionsInput.Builder authActions(java.util.List<AuthItem> authActions)
java.util.List<AuthItem> authActions()
ResolveAuthActionsInput.Builder headerBytes(java.nio.ByteBuffer headerBytes)
java.nio.ByteBuffer headerBytes()
ResolveAuthActionsInput build()