Interface GetDbNodeRequest.Builder

  • Method Details

    • cloudVmClusterId

      GetDbNodeRequest.Builder cloudVmClusterId(String cloudVmClusterId)

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

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

      GetDbNodeRequest.Builder exadbVmClusterId(String exadbVmClusterId)

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

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

      GetDbNodeRequest.Builder dbNodeId(String dbNodeId)

      The unique identifier of the DB node to retrieve information about.

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

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