Interface ClusterPendingModifiedValues.Builder

    • Method Detail

      • pendingCloudwatchLogsExports

        ClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports​(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)

        This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.

        Parameters:
        pendingCloudwatchLogsExports - This PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbClusterIdentifier

        ClusterPendingModifiedValues.Builder dbClusterIdentifier​(String dbClusterIdentifier)

        The DBClusterIdentifier value for the DB cluster.

        Parameters:
        dbClusterIdentifier - The DBClusterIdentifier value for the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamDatabaseAuthenticationEnabled

        ClusterPendingModifiedValues.Builder iamDatabaseAuthenticationEnabled​(Boolean iamDatabaseAuthenticationEnabled)

        A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

        Parameters:
        iamDatabaseAuthenticationEnabled - A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        ClusterPendingModifiedValues.Builder engineVersion​(String engineVersion)

        The database engine version.

        Parameters:
        engineVersion - The database engine version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupRetentionPeriod

        ClusterPendingModifiedValues.Builder backupRetentionPeriod​(Integer backupRetentionPeriod)

        The number of days for which automatic DB snapshots are retained.

        Parameters:
        backupRetentionPeriod - The number of days for which automatic DB snapshots are retained.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageType

        ClusterPendingModifiedValues.Builder storageType​(String storageType)

        The storage type for the DB cluster.

        Parameters:
        storageType - The storage type for the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allocatedStorage

        ClusterPendingModifiedValues.Builder allocatedStorage​(Integer allocatedStorage)

        The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.

        Parameters:
        allocatedStorage - The allocated storage size in gibibytes (GiB) for database engines. For Neptune, AllocatedStorage always returns 1, because Neptune DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iops

        ClusterPendingModifiedValues.Builder iops​(Integer iops)

        The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.

        Parameters:
        iops - The Provisioned IOPS (I/O operations per second) value. This setting is only for non-Aurora Multi-AZ DB clusters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.