Interface ClusterPendingModifiedValues.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterPendingModifiedValues.Builder,
,ClusterPendingModifiedValues> SdkBuilder<ClusterPendingModifiedValues.Builder,
,ClusterPendingModifiedValues> SdkPojo
- Enclosing class:
ClusterPendingModifiedValues
-
Method Summary
Modifier and TypeMethodDescriptionallocatedStorage
(Integer allocatedStorage) The allocated storage size in gibibytes (GiB) for database engines.backupRetentionPeriod
(Integer backupRetentionPeriod) The number of days for which automatic DB snapshots are retained.dbClusterIdentifier
(String dbClusterIdentifier) The DBClusterIdentifier value for the DB cluster.engineVersion
(String engineVersion) The database engine version.iamDatabaseAuthenticationEnabled
(Boolean iamDatabaseAuthenticationEnabled) A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.The Provisioned IOPS (I/O operations per second) value.pendingCloudwatchLogsExports
(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports) ThisPendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.pendingCloudwatchLogsExports
(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) ThisPendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
- ThisPendingCloudwatchLogsExports
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
This is a convenience method that creates an instance of thePendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch logs are enabled and which are disabled.PendingCloudwatchLogsExports.Builder
avoiding the need to create one manually viaPendingCloudwatchLogsExports.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topendingCloudwatchLogsExports(PendingCloudwatchLogsExports)
.- Parameters:
pendingCloudwatchLogsExports
- a consumer that will call methods onPendingCloudwatchLogsExports.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
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.
-