@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLedgerPermissionsModeRequest extends QldbRequest implements ToCopyableBuilder<UpdateLedgerPermissionsModeRequest.Builder,UpdateLedgerPermissionsModeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLedgerPermissionsModeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLedgerPermissionsModeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the ledger.
|
PermissionsMode |
permissionsMode()
The permissions mode to assign to the ledger.
|
String |
permissionsModeAsString()
The permissions mode to assign to the ledger.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLedgerPermissionsModeRequest.Builder> |
serializableBuilderClass() |
UpdateLedgerPermissionsModeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the ledger.
public final PermissionsMode permissionsMode()
The permissions mode to assign to the ledger. This parameter can have one of the following values:
ALLOW_ALL: A legacy permissions mode that enables access control with API-level granularity for
ledgers.
This mode allows users who have the SendCommand API permission for this ledger to run all PartiQL
commands (hence, ALLOW_ALL) on any tables in the specified ledger. This mode disregards any
table-level or command-level IAM permissions policies that you create for the ledger.
STANDARD: (Recommended) A permissions mode that enables access control with finer granularity
for ledgers, tables, and PartiQL commands.
By default, this mode denies all user requests to run any PartiQL commands on any tables in this ledger. To allow
PartiQL commands to run, you must create IAM permissions policies for specific table resources and PartiQL
actions, in addition to the SendCommand API permission for the ledger. For information, see Getting started
with the standard permissions mode in the Amazon QLDB Developer Guide.
We strongly recommend using the STANDARD permissions mode to maximize the security of your ledger
data.
If the service returns an enum value that is not available in the current SDK version, permissionsMode
will return PermissionsMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionsModeAsString().
ALLOW_ALL: A legacy permissions mode that enables access control with API-level granularity
for ledgers.
This mode allows users who have the SendCommand API permission for this ledger to run all
PartiQL commands (hence, ALLOW_ALL) on any tables in the specified ledger. This mode
disregards any table-level or command-level IAM permissions policies that you create for the ledger.
STANDARD: (Recommended) A permissions mode that enables access control with finer
granularity for ledgers, tables, and PartiQL commands.
By default, this mode denies all user requests to run any PartiQL commands on any tables in this ledger.
To allow PartiQL commands to run, you must create IAM permissions policies for specific table resources
and PartiQL actions, in addition to the SendCommand API permission for the ledger. For
information, see Getting
started with the standard permissions mode in the Amazon QLDB Developer Guide.
We strongly recommend using the STANDARD permissions mode to maximize the security of your
ledger data.
PermissionsModepublic final String permissionsModeAsString()
The permissions mode to assign to the ledger. This parameter can have one of the following values:
ALLOW_ALL: A legacy permissions mode that enables access control with API-level granularity for
ledgers.
This mode allows users who have the SendCommand API permission for this ledger to run all PartiQL
commands (hence, ALLOW_ALL) on any tables in the specified ledger. This mode disregards any
table-level or command-level IAM permissions policies that you create for the ledger.
STANDARD: (Recommended) A permissions mode that enables access control with finer granularity
for ledgers, tables, and PartiQL commands.
By default, this mode denies all user requests to run any PartiQL commands on any tables in this ledger. To allow
PartiQL commands to run, you must create IAM permissions policies for specific table resources and PartiQL
actions, in addition to the SendCommand API permission for the ledger. For information, see Getting started
with the standard permissions mode in the Amazon QLDB Developer Guide.
We strongly recommend using the STANDARD permissions mode to maximize the security of your ledger
data.
If the service returns an enum value that is not available in the current SDK version, permissionsMode
will return PermissionsMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionsModeAsString().
ALLOW_ALL: A legacy permissions mode that enables access control with API-level granularity
for ledgers.
This mode allows users who have the SendCommand API permission for this ledger to run all
PartiQL commands (hence, ALLOW_ALL) on any tables in the specified ledger. This mode
disregards any table-level or command-level IAM permissions policies that you create for the ledger.
STANDARD: (Recommended) A permissions mode that enables access control with finer
granularity for ledgers, tables, and PartiQL commands.
By default, this mode denies all user requests to run any PartiQL commands on any tables in this ledger.
To allow PartiQL commands to run, you must create IAM permissions policies for specific table resources
and PartiQL actions, in addition to the SendCommand API permission for the ledger. For
information, see Getting
started with the standard permissions mode in the Amazon QLDB Developer Guide.
We strongly recommend using the STANDARD permissions mode to maximize the security of your
ledger data.
PermissionsModepublic UpdateLedgerPermissionsModeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLedgerPermissionsModeRequest.Builder,UpdateLedgerPermissionsModeRequest>toBuilder in class QldbRequestpublic static UpdateLedgerPermissionsModeRequest.Builder builder()
public static Class<? extends UpdateLedgerPermissionsModeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.