Interface RegisterClientRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterClientRequest.Builder,,RegisterClientRequest> SdkBuilder<RegisterClientRequest.Builder,,RegisterClientRequest> SdkPojo,SdkRequest.Builder,SsoOidcRequest.Builder
- Enclosing class:
RegisterClientRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientName(String clientName) The friendly name of the client.clientType(String clientType) The type of client.entitledApplicationArn(String entitledApplicationArn) This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources.grantTypes(String... grantTypes) The list of OAuth 2.0 grant types that are defined by the client.grantTypes(Collection<String> grantTypes) The list of OAuth 2.0 grant types that are defined by the client.The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.redirectUris(String... redirectUris) The list of redirect URI that are defined by the client.redirectUris(Collection<String> redirectUris) The list of redirect URI that are defined by the client.The list of scopes that are defined by the client.scopes(Collection<String> scopes) The list of scopes that are defined by the client.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssooidc.model.SsoOidcRequest.Builder
build
-
Method Details
-
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
The type of client. The service supports only
publicas a client type. Anything other than public will be rejected by the service.- Parameters:
clientType- The type of client. The service supports onlypublicas 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.
-
redirectUris
The list of redirect URI that are defined by the client. At completion of authorization, this list is used to restrict what locations the user agent can be redirected back to.
- Parameters:
redirectUris- The list of redirect URI that are defined by the client. At completion of authorization, this list is used to restrict what locations the user agent can be redirected back to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
redirectUris
The list of redirect URI that are defined by the client. At completion of authorization, this list is used to restrict what locations the user agent can be redirected back to.
- Parameters:
redirectUris- The list of redirect URI that are defined by the client. At completion of authorization, this list is used to restrict what locations the user agent can be redirected back to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantTypes
The list of OAuth 2.0 grant types that are defined by the client. This list is used to restrict the token granting flows available to the client. Supports the following OAuth 2.0 grant types: Authorization Code, Device Code, and Refresh Token.
* Authorization Code -
authorization_code* Device Code -
urn:ietf:params:oauth:grant-type:device_code* Refresh Token -
refresh_token- Parameters:
grantTypes- The list of OAuth 2.0 grant types that are defined by the client. This list is used to restrict the token granting flows available to the client. Supports the following OAuth 2.0 grant types: Authorization Code, Device Code, and Refresh Token.* Authorization Code -
authorization_code* Device Code -
urn:ietf:params:oauth:grant-type:device_code* Refresh Token -
refresh_token- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantTypes
The list of OAuth 2.0 grant types that are defined by the client. This list is used to restrict the token granting flows available to the client. Supports the following OAuth 2.0 grant types: Authorization Code, Device Code, and Refresh Token.
* Authorization Code -
authorization_code* Device Code -
urn:ietf:params:oauth:grant-type:device_code* Refresh Token -
refresh_token- Parameters:
grantTypes- The list of OAuth 2.0 grant types that are defined by the client. This list is used to restrict the token granting flows available to the client. Supports the following OAuth 2.0 grant types: Authorization Code, Device Code, and Refresh Token.* Authorization Code -
authorization_code* Device Code -
urn:ietf:params:oauth:grant-type:device_code* Refresh Token -
refresh_token- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issuerUrl
The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user access to resources through the client.
- Parameters:
issuerUrl- The IAM Identity Center Issuer URL associated with an instance of IAM Identity Center. This value is needed for user access to resources through the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitledApplicationArn
This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources. At authorization, the scopes, grants, and redirect URI available to this client will be restricted by this application resource.
- Parameters:
entitledApplicationArn- This IAM Identity Center application ARN is used to define administrator-managed configuration for public client access to resources. At authorization, the scopes, grants, and redirect URI available to this client will be restricted by this application resource.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterClientRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-