Interface ClientCredentialsGrantDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientCredentialsGrantDetails.Builder,
,ClientCredentialsGrantDetails> SdkBuilder<ClientCredentialsGrantDetails.Builder,
,ClientCredentialsGrantDetails> SdkPojo
- Enclosing class:
ClientCredentialsGrantDetails
@Mutable
@NotThreadSafe
public static interface ClientCredentialsGrantDetails.Builder
extends SdkPojo, CopyableBuilder<ClientCredentialsGrantDetails.Builder,ClientCredentialsGrantDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe client identifier issued to the client during the registration process with the authorization server.clientSecret
(String clientSecret) The client secret issued to the client during the registration process with the authorization server.tokenEndpoint
(String tokenEndpoint) The authorization server endpoint used to obtain access tokens via the client credentials grant flow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientId
The client identifier issued to the client during the registration process with the authorization server.
- Parameters:
clientId
- The client identifier issued to the client during the registration process with the authorization server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret issued to the client during the registration process with the authorization server.
- Parameters:
clientSecret
- The client secret issued to the client during the registration process with the authorization server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenEndpoint
The authorization server endpoint used to obtain access tokens via the client credentials grant flow.
- Parameters:
tokenEndpoint
- The authorization server endpoint used to obtain access tokens via the client credentials grant flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-