Interface Scope.Builder

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

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

    • key

      The type of the scope.

      Parameters:
      key - The type of the scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • key

      The type of the scope.

      Parameters:
      key - The type of the scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Scope.Builder value(String value)

      The resource identifier for the specified scope type.

      Parameters:
      value - The resource identifier for the specified scope type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.