Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateNFSFileShareRequest.Builder,CreateNFSFileShareRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateNFSFileShareRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateNFSFileShareRequest.Builder,CreateNFSFileShareRequest>
CreateNFSFileShareInput
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateNFSFileShareRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateNFSFileShareRequest.Builder |
builder() |
|
List<String> |
clientList() |
The list of clients that are allowed to access the file gateway.
|
String |
clientToken() |
A unique string value that you supply that is used by file gateway to ensure idempotent file share creation.
|
String |
defaultStorageClass() |
The default storage class for objects put into an Amazon S3 bucket by file gateway.
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
The Amazon Resource Name (ARN) of the file gateway on which you want to create a file share.
|
int |
hashCode() |
|
Boolean |
kmsEncrypted() |
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon
S3.
|
String |
kmsKey() |
The KMS key used for Amazon S3 server side encryption.
|
String |
locationARN() |
The ARN of the backed storage used for storing file data.
|
NFSFileShareDefaults |
nfsFileShareDefaults() |
File share default values.
|
Boolean |
readOnly() |
Sets the write status of a file share: "true" if the write status is read-only, and otherwise "false".
|
String |
role() |
The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the
underlying storage.
|
static Class<? extends CreateNFSFileShareRequest.Builder> |
serializableBuilderClass() |
|
String |
squash() |
Maps a user to anonymous user.
|
CreateNFSFileShareRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clientToken()
A unique string value that you supply that is used by file gateway to ensure idempotent file share creation.
public NFSFileShareDefaults nfsFileShareDefaults()
File share default values. Optional.
public String gatewayARN()
The Amazon Resource Name (ARN) of the file gateway on which you want to create a file share.
public Boolean kmsEncrypted()
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Optional.
public String kmsKey()
The KMS key used for Amazon S3 server side encryption. This value can only be set when KmsEncrypted is true. Optional.
public String role()
The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.
public String locationARN()
The ARN of the backed storage used for storing file data.
public String defaultStorageClass()
The default storage class for objects put into an Amazon S3 bucket by file gateway. Possible values are S3_STANDARD or S3_STANDARD_IA. If this field is not populated, the default value S3_STANDARD is used. Optional.
public List<String> clientList()
The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks.
public String squash()
Maps a user to anonymous user. Valid options are the following:
"RootSquash" - Only root is mapped to anonymous user.
"NoSquash" - No one is mapped to anonymous user.
"AllSquash" - Everyone is mapped to anonymous user.
"RootSquash" - Only root is mapped to anonymous user.
"NoSquash" - No one is mapped to anonymous user.
"AllSquash" - Everyone is mapped to anonymous user.
public Boolean readOnly()
Sets the write status of a file share: "true" if the write status is read-only, and otherwise "false".
public CreateNFSFileShareRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateNFSFileShareRequest.Builder,CreateNFSFileShareRequest>
public static CreateNFSFileShareRequest.Builder builder()
public static Class<? extends CreateNFSFileShareRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.