Interface ClusterPendingModifiedValues.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>, SdkBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>, SdkPojo
Enclosing class:
ClusterPendingModifiedValues

public static interface ClusterPendingModifiedValues.Builder extends SdkPojo, CopyableBuilder<ClusterPendingModifiedValues.Builder,ClusterPendingModifiedValues>
  • Method Details

    • 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.
    • pendingCloudwatchLogsExports

      default ClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)

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

      This is a convenience method that creates an instance of the PendingCloudwatchLogsExports.Builder avoiding the need to create one manually via PendingCloudwatchLogsExports.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pendingCloudwatchLogsExports(PendingCloudwatchLogsExports).

      Parameters:
      pendingCloudwatchLogsExports - a consumer that will call methods on PendingCloudwatchLogsExports.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • 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

      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.