Class StoragegatewayTapePool.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static StoragegatewayTapePool.Builder create​(software.constructs.Construct scope,
                                                            String id)
        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        Returns:
        a new instance of StoragegatewayTapePool.Builder.
      • connection

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public StoragegatewayTapePool.Builder provisioners​(List<? extends Object> provisioners)
        Parameters:
        provisioners - This parameter is required.
        Returns:
        this
      • poolName

        @Stability(Stable)
        public StoragegatewayTapePool.Builder poolName​(String poolName)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#pool_name StoragegatewayTapePool#pool_name}.

        Parameters:
        poolName - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#pool_name StoragegatewayTapePool#pool_name}. This parameter is required.
        Returns:
        this
      • storageClass

        @Stability(Stable)
        public StoragegatewayTapePool.Builder storageClass​(String storageClass)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#storage_class StoragegatewayTapePool#storage_class}.

        Parameters:
        storageClass - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#storage_class StoragegatewayTapePool#storage_class}. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public StoragegatewayTapePool.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#id StoragegatewayTapePool#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.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#id StoragegatewayTapePool#id}. This parameter is required.
        Returns:
        this
      • retentionLockTimeInDays

        @Stability(Stable)
        public StoragegatewayTapePool.Builder retentionLockTimeInDays​(Number retentionLockTimeInDays)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#retention_lock_time_in_days StoragegatewayTapePool#retention_lock_time_in_days}.

        Parameters:
        retentionLockTimeInDays - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#retention_lock_time_in_days StoragegatewayTapePool#retention_lock_time_in_days}. This parameter is required.
        Returns:
        this
      • retentionLockType

        @Stability(Stable)
        public StoragegatewayTapePool.Builder retentionLockType​(String retentionLockType)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#retention_lock_type StoragegatewayTapePool#retention_lock_type}.

        Parameters:
        retentionLockType - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#retention_lock_type StoragegatewayTapePool#retention_lock_type}. This parameter is required.
        Returns:
        this
      • tags

        @Stability(Stable)
        public StoragegatewayTapePool.Builder tags​(Map<String,​String> tags)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#tags StoragegatewayTapePool#tags}.

        Parameters:
        tags - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#tags StoragegatewayTapePool#tags}. This parameter is required.
        Returns:
        this
      • tagsAll

        @Stability(Stable)
        public StoragegatewayTapePool.Builder tagsAll​(Map<String,​String> tagsAll)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#tags_all StoragegatewayTapePool#tags_all}.

        Parameters:
        tagsAll - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/storagegateway_tape_pool#tags_all StoragegatewayTapePool#tags_all}. This parameter is required.
        Returns:
        this