Class FsxOntapFileSystemConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • deploymentType

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder deploymentType​(String deploymentType)
        Parameters:
        deploymentType - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#deployment_type FsxOntapFileSystem#deployment_type}. This parameter is required.
        Returns:
        this
      • preferredSubnetId

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder preferredSubnetId​(String preferredSubnetId)
        Parameters:
        preferredSubnetId - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#preferred_subnet_id FsxOntapFileSystem#preferred_subnet_id}. This parameter is required.
        Returns:
        this
      • subnetIds

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder subnetIds​(List<String> subnetIds)
        Parameters:
        subnetIds - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#subnet_ids FsxOntapFileSystem#subnet_ids}. This parameter is required.
        Returns:
        this
      • throughputCapacity

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder throughputCapacity​(Number throughputCapacity)
        Parameters:
        throughputCapacity - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#throughput_capacity FsxOntapFileSystem#throughput_capacity}. This parameter is required.
        Returns:
        this
      • automaticBackupRetentionDays

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder automaticBackupRetentionDays​(Number automaticBackupRetentionDays)
        Parameters:
        automaticBackupRetentionDays - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#automatic_backup_retention_days FsxOntapFileSystem#automatic_backup_retention_days}.
        Returns:
        this
      • dailyAutomaticBackupStartTime

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder dailyAutomaticBackupStartTime​(String dailyAutomaticBackupStartTime)
        Parameters:
        dailyAutomaticBackupStartTime - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#daily_automatic_backup_start_time FsxOntapFileSystem#daily_automatic_backup_start_time}.
        Returns:
        this
      • endpointIpAddressRange

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder endpointIpAddressRange​(String endpointIpAddressRange)
        Parameters:
        endpointIpAddressRange - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#endpoint_ip_address_range FsxOntapFileSystem#endpoint_ip_address_range}.
        Returns:
        this
      • fsxAdminPassword

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder fsxAdminPassword​(String fsxAdminPassword)
        Parameters:
        fsxAdminPassword - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#fsx_admin_password FsxOntapFileSystem#fsx_admin_password}.
        Returns:
        this
      • id

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder id​(String id)
        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#id FsxOntapFileSystem#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
        Returns:
        this
      • storageCapacity

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder storageCapacity​(Number storageCapacity)
        Parameters:
        storageCapacity - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#storage_capacity FsxOntapFileSystem#storage_capacity}.
        Returns:
        this
      • weeklyMaintenanceStartTime

        @Stability(Stable)
        public FsxOntapFileSystemConfig.Builder weeklyMaintenanceStartTime​(String weeklyMaintenanceStartTime)
        Parameters:
        weeklyMaintenanceStartTime - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/fsx_ontap_file_system#weekly_maintenance_start_time FsxOntapFileSystem#weekly_maintenance_start_time}.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Sets the value of TerraformMetaArguments.getConnection()
        Parameters:
        connection - the value to be set.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Sets the value of TerraformMetaArguments.getConnection()
        Parameters:
        connection - the value to be set.
        Returns:
        this
      • count

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder count​(Number count)
        Sets the value of TerraformMetaArguments.getCount()
        Parameters:
        count - the value to be set.
        Returns:
        this
      • count

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Sets the value of TerraformMetaArguments.getCount()
        Parameters:
        count - the value to be set.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Sets the value of TerraformMetaArguments.getDependsOn()
        Parameters:
        dependsOn - the value to be set.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Sets the value of TerraformMetaArguments.getForEach()
        Parameters:
        forEach - the value to be set.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Sets the value of TerraformMetaArguments.getLifecycle()
        Parameters:
        lifecycle - the value to be set.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Sets the value of TerraformMetaArguments.getProvider()
        Parameters:
        provider - the value to be set.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public FsxOntapFileSystemConfig.Builder provisioners​(List<? extends Object> provisioners)
        Sets the value of TerraformMetaArguments.getProvisioners()
        Parameters:
        provisioners - the value to be set.
        Returns:
        this