Interface ClusterParameterGroupStatus.Builder

    • Method Detail

      • parameterGroupName

        ClusterParameterGroupStatus.Builder parameterGroupName​(String parameterGroupName)

        The name of the cluster parameter group.

        Parameters:
        parameterGroupName - The name of the cluster parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterApplyStatus

        ClusterParameterGroupStatus.Builder parameterApplyStatus​(String parameterApplyStatus)

        The status of parameter updates.

        Parameters:
        parameterApplyStatus - The status of parameter updates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterParameterStatusList

        ClusterParameterGroupStatus.Builder clusterParameterStatusList​(ClusterParameterStatus... clusterParameterStatusList)

        The list of parameter statuses.

        For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

        Parameters:
        clusterParameterStatusList - The list of parameter statuses.

        For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.