public static interface RegisterClientRequest.Builder extends SsoOidcRequest.Builder, SdkPojo, CopyableBuilder<RegisterClientRequest.Builder,RegisterClientRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterClientRequest.Builder |
clientName(String clientName)
The friendly name of the client.
|
RegisterClientRequest.Builder |
clientType(String clientType)
The type of client.
|
RegisterClientRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterClientRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterClientRequest.Builder |
scopes(Collection<String> scopes)
The list of scopes that are defined by the client.
|
RegisterClientRequest.Builder |
scopes(String... scopes)
The list of scopes that are defined by the client.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterClientRequest.Builder clientName(String clientName)
The friendly name of the client.
clientName - The friendly name of the client.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.
clientType - The type of client. The service supports only public as a client type. Anything other
than public will be rejected by the service.RegisterClientRequest.Builder scopes(Collection<String> 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.
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.RegisterClientRequest.Builder scopes(String... 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.
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.RegisterClientRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.