Interface StopDbNodeRequest.Builder

  • Method Details

    • cloudVmClusterId

      StopDbNodeRequest.Builder cloudVmClusterId(String cloudVmClusterId)

      The unique identifier of the VM cluster that contains the DB node to stop. You must specify either this parameter or exadbVmClusterId.

      Parameters:
      cloudVmClusterId - The unique identifier of the VM cluster that contains the DB node to stop. You must specify either this parameter or exadbVmClusterId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exadbVmClusterId

      StopDbNodeRequest.Builder exadbVmClusterId(String exadbVmClusterId)

      The unique identifier of the Exascale VM cluster that contains the DB node to stop. You must specify either this parameter or cloudVmClusterId.

      Parameters:
      exadbVmClusterId - The unique identifier of the Exascale VM cluster that contains the DB node to stop. You must specify either this parameter or cloudVmClusterId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbNodeId

      StopDbNodeRequest.Builder dbNodeId(String dbNodeId)

      The unique identifier of the DB node to stop.

      Parameters:
      dbNodeId - The unique identifier of the DB node to stop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StopDbNodeRequest.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.