@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 boolean that specifies whether or not 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 boolean that specifies whether or not to bypass the FileSystemPolicy lockout safety
check. The lockout safety check determines whether the policy in the request will lock out, or prevent, the IAM
principal that is making the request from making future PutFileSystemPolicy requests on this file
system. Set BypassPolicyLockoutSafetyCheck to True only when you intend to prevent the
IAM principal that is making the request from making subsequent PutFileSystemPolicy requests on this
file system. The default value is False.
FileSystemPolicy lockout
safety check. The lockout safety check determines whether the policy in the request will lock out, or
prevent, the IAM principal that is making the request from making future PutFileSystemPolicy
requests on this file system. Set BypassPolicyLockoutSafetyCheck to True only
when you intend to prevent the IAM principal that is making the request from making subsequent
PutFileSystemPolicy requests on this 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 © 2023. All rights reserved.