Interface ResourceServerScopeType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>, SdkBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>, SdkPojo
Enclosing class:
ResourceServerScopeType

public static interface ResourceServerScopeType.Builder extends SdkPojo, CopyableBuilder<ResourceServerScopeType.Builder,ResourceServerScopeType>
  • Method Details

    • scopeName

      The name of the scope.

      Parameters:
      scopeName - The name of the scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopeDescription

      ResourceServerScopeType.Builder scopeDescription(String scopeDescription)

      A description of the scope.

      Parameters:
      scopeDescription - A description of the scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.