Interface UpdateAutonomousDatabaseRequest.Builder

  • Method Details

    • autonomousDatabaseId

      UpdateAutonomousDatabaseRequest.Builder autonomousDatabaseId(String autonomousDatabaseId)

      The unique identifier of the Autonomous Database to update.

      Parameters:
      autonomousDatabaseId - The unique identifier of the Autonomous Database to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adminPassword

      UpdateAutonomousDatabaseRequest.Builder adminPassword(String adminPassword)

      The new password for the ADMIN user of the Autonomous Database.

      Parameters:
      adminPassword - The new password for the ADMIN user of the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • computeCount

      UpdateAutonomousDatabaseRequest.Builder computeCount(Double computeCount)

      The compute capacity, in number of ECPUs or OCPUs, to assign to the Autonomous Database.

      Parameters:
      computeCount - The compute capacity, in number of ECPUs or OCPUs, to assign to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cpuCoreCount

      The number of CPU cores to allocate to the Autonomous Database.

      Parameters:
      cpuCoreCount - The number of CPU cores to allocate to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataStorageSizeInTBs

      UpdateAutonomousDatabaseRequest.Builder dataStorageSizeInTBs(Integer dataStorageSizeInTBs)

      The size, in terabytes (TB), of the data volume to allocate for the Autonomous Database.

      Parameters:
      dataStorageSizeInTBs - The size, in terabytes (TB), of the data volume to allocate for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataStorageSizeInGBs

      UpdateAutonomousDatabaseRequest.Builder dataStorageSizeInGBs(Integer dataStorageSizeInGBs)

      The size, in gigabytes (GB), of the data volume to allocate for the Autonomous Database.

      Parameters:
      dataStorageSizeInGBs - The size, in gigabytes (GB), of the data volume to allocate for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The new user-friendly name for the Autonomous Database.

      Parameters:
      displayName - The new user-friendly name for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbName

      The new name of the Autonomous Database.

      Parameters:
      dbName - The new name of the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbVersion

      The Oracle Database software version to use for the Autonomous Database.

      Parameters:
      dbVersion - The Oracle Database software version to use for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbWorkload

      The intended use of the Autonomous Database, such as transaction processing, data warehouse, JSON database, or APEX.

      Parameters:
      dbWorkload - The intended use of the Autonomous Database, such as transaction processing, data warehouse, JSON database, or APEX.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dbWorkload

      The intended use of the Autonomous Database, such as transaction processing, data warehouse, JSON database, or APEX.

      Parameters:
      dbWorkload - The intended use of the Autonomous Database, such as transaction processing, data warehouse, JSON database, or APEX.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dbToolsDetails

      The list of database management tools to enable for the Autonomous Database.

      Parameters:
      dbToolsDetails - The list of database management tools to enable for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbToolsDetails

      UpdateAutonomousDatabaseRequest.Builder dbToolsDetails(DatabaseTool... dbToolsDetails)

      The list of database management tools to enable for the Autonomous Database.

      Parameters:
      dbToolsDetails - The list of database management tools to enable for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbToolsDetails

      The list of database management tools to enable for the Autonomous Database.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dbToolsDetails(List<DatabaseTool>).

      Parameters:
      dbToolsDetails - a consumer that will call methods on DatabaseTool.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • databaseEdition

      UpdateAutonomousDatabaseRequest.Builder databaseEdition(String databaseEdition)

      The Oracle Database edition to apply to the Autonomous Database.

      Parameters:
      databaseEdition - The Oracle Database edition to apply to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • databaseEdition

      UpdateAutonomousDatabaseRequest.Builder databaseEdition(DatabaseEdition databaseEdition)

      The Oracle Database edition to apply to the Autonomous Database.

      Parameters:
      databaseEdition - The Oracle Database edition to apply to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • licenseModel

      UpdateAutonomousDatabaseRequest.Builder licenseModel(String licenseModel)

      The Oracle license model to apply to the Autonomous Database.

      Parameters:
      licenseModel - The Oracle license model to apply to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • licenseModel

      The Oracle license model to apply to the Autonomous Database.

      Parameters:
      licenseModel - The Oracle license model to apply to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isAutoScalingEnabled

      UpdateAutonomousDatabaseRequest.Builder isAutoScalingEnabled(Boolean isAutoScalingEnabled)

      Specifies whether to enable automatic scaling of the compute resources for the Autonomous Database.

      Parameters:
      isAutoScalingEnabled - Specifies whether to enable automatic scaling of the compute resources for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isAutoScalingForStorageEnabled

      UpdateAutonomousDatabaseRequest.Builder isAutoScalingForStorageEnabled(Boolean isAutoScalingForStorageEnabled)

      Specifies whether to enable automatic scaling of the storage for the Autonomous Database.

      Parameters:
      isAutoScalingForStorageEnabled - Specifies whether to enable automatic scaling of the storage for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isBackupRetentionLocked

      UpdateAutonomousDatabaseRequest.Builder isBackupRetentionLocked(Boolean isBackupRetentionLocked)

      Specifies whether to lock the backup retention period of the Autonomous Database to prevent it from being shortened.

      Parameters:
      isBackupRetentionLocked - Specifies whether to lock the backup retention period of the Autonomous Database to prevent it from being shortened.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isLocalDataGuardEnabled

      UpdateAutonomousDatabaseRequest.Builder isLocalDataGuardEnabled(Boolean isLocalDataGuardEnabled)

      Specifies whether to enable local Oracle Data Guard for the Autonomous Database.

      Parameters:
      isLocalDataGuardEnabled - Specifies whether to enable local Oracle Data Guard for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isMtlsConnectionRequired

      UpdateAutonomousDatabaseRequest.Builder isMtlsConnectionRequired(Boolean isMtlsConnectionRequired)

      Specifies whether mutual TLS (mTLS) authentication is required to connect to the Autonomous Database.

      Parameters:
      isMtlsConnectionRequired - Specifies whether mutual TLS (mTLS) authentication is required to connect to the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isRefreshableClone

      UpdateAutonomousDatabaseRequest.Builder isRefreshableClone(Boolean isRefreshableClone)

      Specifies whether the Autonomous Database is a refreshable clone.

      Parameters:
      isRefreshableClone - Specifies whether the Autonomous Database is a refreshable clone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDisconnectPeer

      UpdateAutonomousDatabaseRequest.Builder isDisconnectPeer(Boolean isDisconnectPeer)

      Specifies whether to disconnect the Autonomous Database from its peer database.

      Parameters:
      isDisconnectPeer - Specifies whether to disconnect the Autonomous Database from its peer database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupRetentionPeriodInDays

      UpdateAutonomousDatabaseRequest.Builder backupRetentionPeriodInDays(Integer backupRetentionPeriodInDays)

      The retention period, in days, for automatic backups of the Autonomous Database.

      Parameters:
      backupRetentionPeriodInDays - The retention period, in days, for automatic backups of the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • byolComputeCountLimit

      UpdateAutonomousDatabaseRequest.Builder byolComputeCountLimit(Double byolComputeCountLimit)

      The maximum number of compute resources that you can allocate to the Autonomous Database under the bring-your-own-license (BYOL) model.

      Parameters:
      byolComputeCountLimit - The maximum number of compute resources that you can allocate to the Autonomous Database under the bring-your-own-license (BYOL) model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localAdgAutoFailoverMaxDataLossLimit

      UpdateAutonomousDatabaseRequest.Builder localAdgAutoFailoverMaxDataLossLimit(Integer localAdgAutoFailoverMaxDataLossLimit)

      The maximum data loss limit, in seconds, for automatic failover to the local Oracle Data Guard standby database.

      Parameters:
      localAdgAutoFailoverMaxDataLossLimit - The maximum data loss limit, in seconds, for automatic failover to the local Oracle Data Guard standby database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autonomousMaintenanceScheduleType

      UpdateAutonomousDatabaseRequest.Builder autonomousMaintenanceScheduleType(String autonomousMaintenanceScheduleType)

      The maintenance schedule type for the Autonomous Database.

      Parameters:
      autonomousMaintenanceScheduleType - The maintenance schedule type for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autonomousMaintenanceScheduleType

      UpdateAutonomousDatabaseRequest.Builder autonomousMaintenanceScheduleType(AutonomousMaintenanceScheduleType autonomousMaintenanceScheduleType)

      The maintenance schedule type for the Autonomous Database.

      Parameters:
      autonomousMaintenanceScheduleType - The maintenance schedule type for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • customerContactsToSendToOCI

      UpdateAutonomousDatabaseRequest.Builder customerContactsToSendToOCI(Collection<CustomerContact> customerContactsToSendToOCI)

      The list of customer contacts to receive operational notifications from OCI for the Autonomous Database.

      Parameters:
      customerContactsToSendToOCI - The list of customer contacts to receive operational notifications from OCI for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customerContactsToSendToOCI

      UpdateAutonomousDatabaseRequest.Builder customerContactsToSendToOCI(CustomerContact... customerContactsToSendToOCI)

      The list of customer contacts to receive operational notifications from OCI for the Autonomous Database.

      Parameters:
      customerContactsToSendToOCI - The list of customer contacts to receive operational notifications from OCI for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customerContactsToSendToOCI

      UpdateAutonomousDatabaseRequest.Builder customerContactsToSendToOCI(Consumer<CustomerContact.Builder>... customerContactsToSendToOCI)

      The list of customer contacts to receive operational notifications from OCI for the Autonomous Database.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customerContactsToSendToOCI(List<CustomerContact>).

      Parameters:
      customerContactsToSendToOCI - a consumer that will call methods on CustomerContact.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scheduledOperations

      The list of scheduled start and stop times for the Autonomous Database.

      Parameters:
      scheduledOperations - The list of scheduled start and stop times for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduledOperations

      UpdateAutonomousDatabaseRequest.Builder scheduledOperations(ScheduledOperationDetails... scheduledOperations)

      The list of scheduled start and stop times for the Autonomous Database.

      Parameters:
      scheduledOperations - The list of scheduled start and stop times for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduledOperations

      The list of scheduled start and stop times for the Autonomous Database.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to scheduledOperations(List<ScheduledOperationDetails>).

      Parameters:
      scheduledOperations - a consumer that will call methods on ScheduledOperationDetails.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • longTermBackupSchedule

      UpdateAutonomousDatabaseRequest.Builder longTermBackupSchedule(LongTermBackupSchedule longTermBackupSchedule)

      The long-term backup schedule for the Autonomous Database.

      Parameters:
      longTermBackupSchedule - The long-term backup schedule for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • longTermBackupSchedule

      default UpdateAutonomousDatabaseRequest.Builder longTermBackupSchedule(Consumer<LongTermBackupSchedule.Builder> longTermBackupSchedule)

      The long-term backup schedule for the Autonomous Database.

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

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

      Parameters:
      longTermBackupSchedule - a consumer that will call methods on LongTermBackupSchedule.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • openMode

      The mode in which to open the Autonomous Database, either read-only or read/write.

      Parameters:
      openMode - The mode in which to open the Autonomous Database, either read-only or read/write.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • openMode

      The mode in which to open the Autonomous Database, either read-only or read/write.

      Parameters:
      openMode - The mode in which to open the Autonomous Database, either read-only or read/write.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • permissionLevel

      UpdateAutonomousDatabaseRequest.Builder permissionLevel(String permissionLevel)

      The permission level of the Autonomous Database.

      Parameters:
      permissionLevel - The permission level of the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • permissionLevel

      UpdateAutonomousDatabaseRequest.Builder permissionLevel(PermissionLevel permissionLevel)

      The permission level of the Autonomous Database.

      Parameters:
      permissionLevel - The permission level of the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • refreshableMode

      UpdateAutonomousDatabaseRequest.Builder refreshableMode(String refreshableMode)

      The refresh mode of the refreshable clone Autonomous Database.

      Parameters:
      refreshableMode - The refresh mode of the refreshable clone Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • refreshableMode

      UpdateAutonomousDatabaseRequest.Builder refreshableMode(RefreshableMode refreshableMode)

      The refresh mode of the refreshable clone Autonomous Database.

      Parameters:
      refreshableMode - The refresh mode of the refreshable clone Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • privateEndpointIp

      UpdateAutonomousDatabaseRequest.Builder privateEndpointIp(String privateEndpointIp)

      The private endpoint IP address for the Autonomous Database.

      Parameters:
      privateEndpointIp - The private endpoint IP address for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateEndpointLabel

      UpdateAutonomousDatabaseRequest.Builder privateEndpointLabel(String privateEndpointLabel)

      The private endpoint label for the Autonomous Database.

      Parameters:
      privateEndpointLabel - The private endpoint label for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • peerDbId

      The unique identifier of the peer Autonomous Database.

      Parameters:
      peerDbId - The unique identifier of the peer Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourcePoolLeaderId

      UpdateAutonomousDatabaseRequest.Builder resourcePoolLeaderId(String resourcePoolLeaderId)

      The unique identifier of the resource pool leader Autonomous Database.

      Parameters:
      resourcePoolLeaderId - The unique identifier of the resource pool leader Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourcePoolSummary

      UpdateAutonomousDatabaseRequest.Builder resourcePoolSummary(ResourcePoolSummary resourcePoolSummary)

      The configuration of the resource pool for the Autonomous Database.

      Parameters:
      resourcePoolSummary - The configuration of the resource pool for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourcePoolSummary

      default UpdateAutonomousDatabaseRequest.Builder resourcePoolSummary(Consumer<ResourcePoolSummary.Builder> resourcePoolSummary)

      The configuration of the resource pool for the Autonomous Database.

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

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

      Parameters:
      resourcePoolSummary - a consumer that will call methods on ResourcePoolSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • standbyAllowlistedIpsSource

      UpdateAutonomousDatabaseRequest.Builder standbyAllowlistedIpsSource(String standbyAllowlistedIpsSource)

      The source of the allowlisted IP addresses for the standby Autonomous Database.

      Parameters:
      standbyAllowlistedIpsSource - The source of the allowlisted IP addresses for the standby Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • standbyAllowlistedIpsSource

      UpdateAutonomousDatabaseRequest.Builder standbyAllowlistedIpsSource(StandbyAllowlistedIpsSource standbyAllowlistedIpsSource)

      The source of the allowlisted IP addresses for the standby Autonomous Database.

      Parameters:
      standbyAllowlistedIpsSource - The source of the allowlisted IP addresses for the standby Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • standbyAllowlistedIps

      UpdateAutonomousDatabaseRequest.Builder standbyAllowlistedIps(Collection<String> standbyAllowlistedIps)

      The list of IP addresses that are allowed to access the standby Autonomous Database.

      Parameters:
      standbyAllowlistedIps - The list of IP addresses that are allowed to access the standby Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • standbyAllowlistedIps

      UpdateAutonomousDatabaseRequest.Builder standbyAllowlistedIps(String... standbyAllowlistedIps)

      The list of IP addresses that are allowed to access the standby Autonomous Database.

      Parameters:
      standbyAllowlistedIps - The list of IP addresses that are allowed to access the standby Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowlistedIps

      The list of IP addresses that are allowed to access the Autonomous Database.

      Parameters:
      allowlistedIps - The list of IP addresses that are allowed to access the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowlistedIps

      UpdateAutonomousDatabaseRequest.Builder allowlistedIps(String... allowlistedIps)

      The list of IP addresses that are allowed to access the Autonomous Database.

      Parameters:
      allowlistedIps - The list of IP addresses that are allowed to access the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoRefreshFrequencyInSeconds

      UpdateAutonomousDatabaseRequest.Builder autoRefreshFrequencyInSeconds(Integer autoRefreshFrequencyInSeconds)

      The frequency, in seconds, at which the refreshable clone Autonomous Database is automatically refreshed.

      Parameters:
      autoRefreshFrequencyInSeconds - The frequency, in seconds, at which the refreshable clone Autonomous Database is automatically refreshed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoRefreshPointLagInSeconds

      UpdateAutonomousDatabaseRequest.Builder autoRefreshPointLagInSeconds(Integer autoRefreshPointLagInSeconds)

      The time lag, in seconds, between the refreshable clone and its source Autonomous Database.

      Parameters:
      autoRefreshPointLagInSeconds - The time lag, in seconds, between the refreshable clone and its source Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeOfAutoRefreshStart

      UpdateAutonomousDatabaseRequest.Builder timeOfAutoRefreshStart(Instant timeOfAutoRefreshStart)

      The date and time at which the automatic refresh of the refreshable clone Autonomous Database starts.

      Parameters:
      timeOfAutoRefreshStart - The date and time at which the automatic refresh of the refreshable clone Autonomous Database starts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionKeyProvider

      UpdateAutonomousDatabaseRequest.Builder encryptionKeyProvider(String encryptionKeyProvider)

      The provider of the encryption key to use for the Autonomous Database.

      Parameters:
      encryptionKeyProvider - The provider of the encryption key to use for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionKeyProvider

      UpdateAutonomousDatabaseRequest.Builder encryptionKeyProvider(EncryptionKeyProviderInput encryptionKeyProvider)

      The provider of the encryption key to use for the Autonomous Database.

      Parameters:
      encryptionKeyProvider - The provider of the encryption key to use for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionKeyConfiguration

      UpdateAutonomousDatabaseRequest.Builder encryptionKeyConfiguration(EncryptionKeyConfigurationInput encryptionKeyConfiguration)

      The configuration of the encryption key to use for the Autonomous Database.

      Parameters:
      encryptionKeyConfiguration - The configuration of the encryption key to use for the Autonomous Database.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • encryptionKeyConfiguration

      default UpdateAutonomousDatabaseRequest.Builder encryptionKeyConfiguration(Consumer<EncryptionKeyConfigurationInput.Builder> encryptionKeyConfiguration)

      The configuration of the encryption key to use for the Autonomous Database.

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

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

      Parameters:
      encryptionKeyConfiguration - a consumer that will call methods on EncryptionKeyConfigurationInput.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      UpdateAutonomousDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.