Class CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty>
- Enclosing interface:
CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty
@Stability(Stable)
public static final class CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.fileSystemIdentity
(IResolvable fileSystemIdentity) fileSystemIdentity
(CfnS3AccessPointAttachment.OpenZFSFileSystemIdentityProperty fileSystemIdentity)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fileSystemIdentity
@Stability(Stable) public CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.Builder fileSystemIdentity(IResolvable fileSystemIdentity) Sets the value ofCfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.getFileSystemIdentity()
- Parameters:
fileSystemIdentity
- The file system identity used to authorize file access requests made using the S3 access point. This parameter is required.- Returns:
this
-
fileSystemIdentity
@Stability(Stable) public CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.Builder fileSystemIdentity(CfnS3AccessPointAttachment.OpenZFSFileSystemIdentityProperty fileSystemIdentity) Sets the value ofCfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.getFileSystemIdentity()
- Parameters:
fileSystemIdentity
- The file system identity used to authorize file access requests made using the S3 access point. This parameter is required.- Returns:
this
-
volumeId
@Stability(Stable) public CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.Builder volumeId(String volumeId) Sets the value ofCfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty.getVolumeId()
- Parameters:
volumeId
- The ID of the FSx for OpenZFS volume that the S3 access point is attached to. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty>
- Returns:
- a new instance of
CfnS3AccessPointAttachment.S3AccessPointOpenZFSConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-