JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshift.model

Class ModifyClusterSnapshotScheduleRequest

    • Constructor Detail

      • ModifyClusterSnapshotScheduleRequest

        public ModifyClusterSnapshotScheduleRequest()
    • Method Detail

      • setClusterIdentifier

        public void setClusterIdentifier(String clusterIdentifier)

        A unique identifier for the cluster whose snapshot schedule you want to modify.

        Parameters:
        clusterIdentifier - A unique identifier for the cluster whose snapshot schedule you want to modify.
      • getClusterIdentifier

        public String getClusterIdentifier()

        A unique identifier for the cluster whose snapshot schedule you want to modify.

        Returns:
        A unique identifier for the cluster whose snapshot schedule you want to modify.
      • withClusterIdentifier

        public ModifyClusterSnapshotScheduleRequest withClusterIdentifier(String clusterIdentifier)

        A unique identifier for the cluster whose snapshot schedule you want to modify.

        Parameters:
        clusterIdentifier - A unique identifier for the cluster whose snapshot schedule you want to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setScheduleIdentifier

        public void setScheduleIdentifier(String scheduleIdentifier)

        A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

        Parameters:
        scheduleIdentifier - A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
      • getScheduleIdentifier

        public String getScheduleIdentifier()

        A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

        Returns:
        A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
      • withScheduleIdentifier

        public ModifyClusterSnapshotScheduleRequest withScheduleIdentifier(String scheduleIdentifier)

        A unique alphanumeric identifier for the schedule that you want to associate with the cluster.

        Parameters:
        scheduleIdentifier - A unique alphanumeric identifier for the schedule that you want to associate with the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDisassociateSchedule

        public void setDisassociateSchedule(Boolean disassociateSchedule)

        A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

        Parameters:
        disassociateSchedule - A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
      • getDisassociateSchedule

        public Boolean getDisassociateSchedule()

        A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

        Returns:
        A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
      • withDisassociateSchedule

        public ModifyClusterSnapshotScheduleRequest withDisassociateSchedule(Boolean disassociateSchedule)

        A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

        Parameters:
        disassociateSchedule - A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDisassociateSchedule

        public Boolean isDisassociateSchedule()

        A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.

        Returns:
        A boolean to indicate whether to remove the assoiciation between the cluster and the schedule.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /