Class CfnS3AccessPointAttachment.FileSystemGIDProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.FileSystemGIDProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachment.FileSystemGIDProperty>
- Enclosing interface:
CfnS3AccessPointAttachment.FileSystemGIDProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachment.FileSystemGIDProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachment.FileSystemGIDProperty>
A builder for
CfnS3AccessPointAttachment.FileSystemGIDProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnS3AccessPointAttachment.FileSystemGIDProperty.getGid()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gid
Sets the value ofCfnS3AccessPointAttachment.FileSystemGIDProperty.getGid()
- Parameters:
gid
- The GID of the file system user. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachment.FileSystemGIDProperty>
- Returns:
- a new instance of
CfnS3AccessPointAttachment.FileSystemGIDProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-