Interface ExadataIormConfig.Builder

  • Method Details

    • dbPlans

      An array of IORM settings for all the database in the Exadata DB system.

      Parameters:
      dbPlans - An array of IORM settings for all the database in the Exadata DB system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbPlans

      An array of IORM settings for all the database in the Exadata DB system.

      Parameters:
      dbPlans - An array of IORM settings for all the database in the Exadata DB system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dbPlans

      An array of IORM settings for all the database in the Exadata DB system.

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

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

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

      ExadataIormConfig.Builder lifecycleDetails(String lifecycleDetails)

      Additional information about the current lifecycleState.

      Parameters:
      lifecycleDetails - Additional information about the current lifecycleState.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lifecycleState

      ExadataIormConfig.Builder lifecycleState(String lifecycleState)

      The current state of IORM configuration for the Exadata DB system.

      Parameters:
      lifecycleState - The current state of IORM configuration for the Exadata DB system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lifecycleState

      ExadataIormConfig.Builder lifecycleState(IormLifecycleState lifecycleState)

      The current state of IORM configuration for the Exadata DB system.

      Parameters:
      lifecycleState - The current state of IORM configuration for the Exadata DB system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • objective

      ExadataIormConfig.Builder objective(String objective)

      The current value for the IORM objective. The default is AUTO.

      Parameters:
      objective - The current value for the IORM objective. The default is AUTO.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • objective

      ExadataIormConfig.Builder objective(Objective objective)

      The current value for the IORM objective. The default is AUTO.

      Parameters:
      objective - The current value for the IORM objective. The default is AUTO.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: