Interface PendingModifiedValues.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PendingModifiedValues.Builder,,- PendingModifiedValues> - SdkBuilder<PendingModifiedValues.Builder,,- PendingModifiedValues> - SdkPojo
- Enclosing class:
- PendingModifiedValues
- 
Method SummaryModifier and TypeMethodDescriptionallocatedStorage(Integer allocatedStorage) Contains the newAllocatedStoragesize for the DB instance that will be applied or is currently being applied.backupRetentionPeriod(Integer backupRetentionPeriod) Specifies the pending number of days for which automated backups are retained.caCertificateIdentifier(String caCertificateIdentifier) Specifies the identifier of the CA certificate for the DB instance.dbInstanceClass(String dbInstanceClass) Contains the newDBInstanceClassfor the DB instance that will be applied or is currently being applied.dbInstanceIdentifier(String dbInstanceIdentifier) Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is currently being applied.dbSubnetGroupName(String dbSubnetGroupName) The new DB subnet group for the DB instance.engineVersion(String engineVersion) Indicates the database engine version.Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.licenseModel(String licenseModel) Not supported by Neptune.masterUserPassword(String masterUserPassword) Not supported by Neptune.Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.default PendingModifiedValues.BuilderpendingCloudwatchLogsExports(Consumer<PendingCloudwatchLogsExports.Builder> pendingCloudwatchLogsExports) ThisPendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) ThisPendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.Specifies the pending port for the DB instance.storageType(String storageType) Not applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dbInstanceClassContains the new DBInstanceClassfor the DB instance that will be applied or is currently being applied.- Parameters:
- dbInstanceClass- Contains the new- DBInstanceClassfor the DB instance that will be applied or is currently being applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allocatedStorageContains the new AllocatedStoragesize for the DB instance that will be applied or is currently being applied.- Parameters:
- allocatedStorage- Contains the new- AllocatedStoragesize for the DB instance that will be applied or is currently being applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
masterUserPasswordNot supported by Neptune. - Parameters:
- masterUserPassword- Not supported by Neptune.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
portSpecifies the pending port for the DB instance. - Parameters:
- port- Specifies the pending port for the DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
backupRetentionPeriodSpecifies the pending number of days for which automated backups are retained. - Parameters:
- backupRetentionPeriod- Specifies the pending number of days for which automated backups are retained.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
multiAZIndicates that the Single-AZ DB instance is to change to a Multi-AZ deployment. - Parameters:
- multiAZ- Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
engineVersionIndicates the database engine version. - Parameters:
- engineVersion- Indicates the database engine version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
licenseModelNot supported by Neptune. - Parameters:
- licenseModel- Not supported by Neptune.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iopsSpecifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied. - Parameters:
- iops- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbInstanceIdentifierContains the new DBInstanceIdentifierfor the DB instance that will be applied or is currently being applied.- Parameters:
- dbInstanceIdentifier- Contains the new- DBInstanceIdentifierfor the DB instance that will be applied or is currently being applied.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageTypeNot applicable. In Neptune the storage type is managed at the DB Cluster level. - Parameters:
- storageType- Not applicable. In Neptune the storage type is managed at the DB Cluster level.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
caCertificateIdentifierSpecifies the identifier of the CA certificate for the DB instance. - Parameters:
- caCertificateIdentifier- Specifies the identifier of the CA certificate for the DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbSubnetGroupNameThe new DB subnet group for the DB instance. - Parameters:
- dbSubnetGroupName- The new DB subnet group for the DB instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pendingCloudwatchLogsExportsPendingModifiedValues.Builder pendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports) This PendingCloudwatchLogsExportsstructure specifies pending changes to which CloudWatch logs are enabled and which are disabled.- Parameters:
- pendingCloudwatchLogsExports- This- PendingCloudwatchLogsExportsstructure 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.
 
- 
pendingCloudwatchLogsExportsdefault PendingModifiedValues.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 on- PendingCloudwatchLogsExports.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-