Class AwsEfsAccessPointDetails
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AwsEfsAccessPointDetails.Builder,
AwsEfsAccessPointDetails>
Provides information about an Amazon EFS access point.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The ID of the Amazon EFS access point.final String
arn()
The Amazon Resource Name (ARN) of the Amazon EFS access point.builder()
final String
The opaque string specified in the request to ensure idempotent creation.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
The ID of the Amazon EFS file system that the access point applies to.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point, that is used for all file operations by NFS clients using the access point.The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.static Class
<? extends AwsEfsAccessPointDetails.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
accessPointId
The ID of the Amazon EFS access point.
- Returns:
- The ID of the Amazon EFS access point.
-
arn
The Amazon Resource Name (ARN) of the Amazon EFS access point.
- Returns:
- The Amazon Resource Name (ARN) of the Amazon EFS access point.
-
clientToken
The opaque string specified in the request to ensure idempotent creation.
- Returns:
- The opaque string specified in the request to ensure idempotent creation.
-
fileSystemId
The ID of the Amazon EFS file system that the access point applies to.
- Returns:
- The ID of the Amazon EFS file system that the access point applies to.
-
posixUser
The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point, that is used for all file operations by NFS clients using the access point.
- Returns:
- The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point, that is used for all file operations by NFS clients using the access point.
-
rootDirectory
The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
- Returns:
- The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AwsEfsAccessPointDetails.Builder,
AwsEfsAccessPointDetails> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-