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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ClusterPendingModifiedValues.BuilderallocatedStorage(Integer allocatedStorage)The allocated storage size in gibibytes (GiB) for database engines.ClusterPendingModifiedValues.BuilderbackupRetentionPeriod(Integer backupRetentionPeriod)The number of days for which automatic DB snapshots are retained.ClusterPendingModifiedValues.BuilderdbClusterIdentifier(String dbClusterIdentifier)The DBClusterIdentifier value for the DB cluster.ClusterPendingModifiedValues.BuilderengineVersion(String engineVersion)The database engine version.ClusterPendingModifiedValues.BuilderiamDatabaseAuthenticationEnabled(Boolean iamDatabaseAuthenticationEnabled)A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.ClusterPendingModifiedValues.Builderiops(Integer iops)The Provisioned IOPS (I/O operations per second) value.default ClusterPendingModifiedValues.BuilderpendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports)ThisPendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.ClusterPendingModifiedValues.BuilderpendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)ThisPendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.ClusterPendingModifiedValues.BuilderstorageType(String storageType)The storage type for the DB cluster.-
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 Detail
-
pendingCloudwatchLogsExports
ClusterPendingModifiedValues.Builder pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This
PendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.- Parameters:
pendingCloudwatchLogsExports- ThisPendingCloudwatchLogsExportsstructure 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 thePendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.PendingCloudwatchLogsExports.Builderavoiding the need to create one manually viaPendingCloudwatchLogsExports.builder().When the
Consumercompletes,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:
pendingCloudwatchLogsExports(PendingCloudwatchLogsExports)
-
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,
AllocatedStoragealways 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,AllocatedStoragealways 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.
-
-