@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLedgerPermissionsModeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateLedgerPermissionsModeRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateLedgerPermissionsModeRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getName()
 The name of the ledger. | 
| String | getPermissionsMode()
 The permissions mode to assign to the ledger. | 
| int | hashCode() | 
| void | setName(String name)
 The name of the ledger. | 
| void | setPermissionsMode(String permissionsMode)
 The permissions mode to assign to the ledger. | 
| String | toString()Returns a string representation of this object. | 
| UpdateLedgerPermissionsModeRequest | withName(String name)
 The name of the ledger. | 
| UpdateLedgerPermissionsModeRequest | withPermissionsMode(PermissionsMode permissionsMode)
 The permissions mode to assign to the ledger. | 
| UpdateLedgerPermissionsModeRequest | withPermissionsMode(String permissionsMode)
 The permissions mode to assign to the ledger. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the ledger.
name - The name of the ledger.public String getName()
The name of the ledger.
public UpdateLedgerPermissionsModeRequest withName(String name)
The name of the ledger.
name - The name of the ledger.public void setPermissionsMode(String 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.
 
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.
        
PermissionsModepublic String getPermissionsMode()
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.
 
         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 withPermissionsMode(String 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.
 
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.
        
PermissionsModepublic UpdateLedgerPermissionsModeRequest withPermissionsMode(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.
 
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.
        
PermissionsModepublic String toString()
toString in class ObjectObject.toString()public UpdateLedgerPermissionsModeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()