Interface RegisterClientRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<RegisterClientRequest.Builder,RegisterClientRequest>, SdkBuilder<RegisterClientRequest.Builder,RegisterClientRequest>, SdkPojo, SdkRequest.Builder, SsoOidcRequest.Builder
Enclosing class:
RegisterClientRequest

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

    • clientName

      RegisterClientRequest.Builder clientName(String clientName)

      The friendly name of the client.

      Parameters:
      clientName - The friendly name of the client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientType

      RegisterClientRequest.Builder clientType(String clientType)

      The type of client. The service supports only public as a client type. Anything other than public will be rejected by the service.

      Parameters:
      clientType - The type of client. The service supports only public as a client type. Anything other than public will be rejected by the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopes

      The list of scopes that are defined by the client. Upon authorization, this list is used to restrict permissions when granting an access token.

      Parameters:
      scopes - The list of scopes that are defined by the client. Upon authorization, this list is used to restrict permissions when granting an access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopes

      The list of scopes that are defined by the client. Upon authorization, this list is used to restrict permissions when granting an access token.

      Parameters:
      scopes - The list of scopes that are defined by the client. Upon authorization, this list is used to restrict permissions when granting an access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      RegisterClientRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.