@Generated(value="software.amazon.awssdk:codegen") public final class PutFileSystemPolicyRequest extends EfsRequest implements ToCopyableBuilder<PutFileSystemPolicyRequest.Builder,PutFileSystemPolicyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutFileSystemPolicyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutFileSystemPolicyRequest.Builder |
builder() |
Boolean |
bypassPolicyLockoutSafetyCheck()
(Optional) A flag to indicate whether to bypass the
FileSystemPolicy lockout safety check. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the EFS file system that you want to create or update the
FileSystemPolicy for. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policy()
The
FileSystemPolicy that you're creating. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutFileSystemPolicyRequest.Builder> |
serializableBuilderClass() |
PutFileSystemPolicyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemId()
The ID of the EFS file system that you want to create or update the FileSystemPolicy for.
FileSystemPolicy for.public final String policy()
The FileSystemPolicy that you're creating. Accepts a JSON formatted policy definition. EFS file
system policies have a 20,000 character limit. To find out more about the elements that make up a file system
policy, see EFS Resource-based Policies.
FileSystemPolicy that you're creating. Accepts a JSON formatted policy definition. EFS
file system policies have a 20,000 character limit. To find out more about the elements that make up a
file system policy, see EFS Resource-based Policies.public final Boolean bypassPolicyLockoutSafetyCheck()
(Optional) A flag to indicate whether to bypass the FileSystemPolicy lockout safety check. The
policy lockout safety check determines whether the policy in the request will prevent the principal making the
request will be locked out from making future PutFileSystemPolicy requests on the file system. Set
BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the principal
that is making the request from making a subsequent PutFileSystemPolicy request on the file system.
The default value is False.
FileSystemPolicy lockout safety check.
The policy lockout safety check determines whether the policy in the request will prevent the principal
making the request will be locked out from making future PutFileSystemPolicy requests on the
file system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to
prevent the principal that is making the request from making a subsequent
PutFileSystemPolicy request on the file system. The default value is False.public PutFileSystemPolicyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutFileSystemPolicyRequest.Builder,PutFileSystemPolicyRequest>toBuilder in class EfsRequestpublic static PutFileSystemPolicyRequest.Builder builder()
public static Class<? extends PutFileSystemPolicyRequest.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.