Interface UpdateIntegrationResponse.Builder

  • Method Details

    • integration

      The details of the updated integration. This is the same object returned by GetIntegration and CreateIntegration. Populated on a successful update; absent only if the post-update read-back of the resource did not complete.

      Parameters:
      integration - The details of the updated integration. This is the same object returned by GetIntegration and CreateIntegration. Populated on a successful update; absent only if the post-update read-back of the resource did not complete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • integration

      The details of the updated integration. This is the same object returned by GetIntegration and CreateIntegration. Populated on a successful update; absent only if the post-update read-back of the resource did not complete.

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

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

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