Uses of Class
software.amazon.awscdk.services.fsx.CfnDataRepositoryAssociationProps.Builder
-
Uses of CfnDataRepositoryAssociationProps.Builder in software.amazon.awscdk.services.fsx
Modifier and TypeMethodDescriptionCfnDataRepositoryAssociationProps.Builder.batchImportMetaDataOnCreate
(Boolean batchImportMetaDataOnCreate) Sets the value ofCfnDataRepositoryAssociationProps.getBatchImportMetaDataOnCreate()
CfnDataRepositoryAssociationProps.Builder.batchImportMetaDataOnCreate
(IResolvable batchImportMetaDataOnCreate) Sets the value ofCfnDataRepositoryAssociationProps.getBatchImportMetaDataOnCreate()
CfnDataRepositoryAssociationProps.builder()
CfnDataRepositoryAssociationProps.Builder.dataRepositoryPath
(String dataRepositoryPath) Sets the value ofCfnDataRepositoryAssociationProps.getDataRepositoryPath()
CfnDataRepositoryAssociationProps.Builder.fileSystemId
(String fileSystemId) Sets the value ofCfnDataRepositoryAssociationProps.getFileSystemId()
CfnDataRepositoryAssociationProps.Builder.fileSystemPath
(String fileSystemPath) Sets the value ofCfnDataRepositoryAssociationProps.getFileSystemPath()
CfnDataRepositoryAssociationProps.Builder.importedFileChunkSize
(Number importedFileChunkSize) Sets the value ofCfnDataRepositoryAssociationProps.getImportedFileChunkSize()
CfnDataRepositoryAssociationProps.Builder.s3
(IResolvable s3) Sets the value ofCfnDataRepositoryAssociationProps.getS3()
CfnDataRepositoryAssociationProps.Builder.s3
(CfnDataRepositoryAssociation.S3Property s3) Sets the value ofCfnDataRepositoryAssociationProps.getS3()
Sets the value ofCfnDataRepositoryAssociationProps.getTags()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataRepositoryAssociationProps.Builder
.