Interface OperatorResponse.Builder

    • Method Detail

      • managed

        OperatorResponse.Builder managed​(Boolean managed)

        If true, the resource is managed by an service provider.

        Parameters:
        managed - If true, the resource is managed by an service provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principal

        OperatorResponse.Builder principal​(String principal)

        If managed is true, then the principal is returned. The principal is the service provider that manages the resource.

        Parameters:
        principal - If managed is true, then the principal is returned. The principal is the service provider that manages the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.