Class RedshiftSnapshotSchedule.Builder

    • Method Detail

      • connection

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

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

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

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

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

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

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

        @Stability(Stable)
        public RedshiftSnapshotSchedule.Builder definitions​(List<String> definitions)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#definitions RedshiftSnapshotSchedule#definitions}.

        Parameters:
        definitions - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#definitions RedshiftSnapshotSchedule#definitions}. This parameter is required.
        Returns:
        this
      • description

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

        Parameters:
        description - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#description RedshiftSnapshotSchedule#description}. This parameter is required.
        Returns:
        this
      • forceDestroy

        @Stability(Stable)
        public RedshiftSnapshotSchedule.Builder forceDestroy​(Boolean forceDestroy)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#force_destroy RedshiftSnapshotSchedule#force_destroy}.

        Parameters:
        forceDestroy - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#force_destroy RedshiftSnapshotSchedule#force_destroy}. This parameter is required.
        Returns:
        this
      • forceDestroy

        @Stability(Stable)
        public RedshiftSnapshotSchedule.Builder forceDestroy​(com.hashicorp.cdktf.IResolvable forceDestroy)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#force_destroy RedshiftSnapshotSchedule#force_destroy}.

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

        @Stability(Stable)
        public RedshiftSnapshotSchedule.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#id RedshiftSnapshotSchedule#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/redshift_snapshot_schedule#id RedshiftSnapshotSchedule#id}. This parameter is required.
        Returns:
        this
      • identifier

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

        Parameters:
        identifier - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#identifier RedshiftSnapshotSchedule#identifier}. This parameter is required.
        Returns:
        this
      • identifierPrefix

        @Stability(Stable)
        public RedshiftSnapshotSchedule.Builder identifierPrefix​(String identifierPrefix)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/redshift_snapshot_schedule#identifier_prefix RedshiftSnapshotSchedule#identifier_prefix}.

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

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

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

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

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