Interface ReadClientCredentialsGrantDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadClientCredentialsGrantDetails.Builder,
,ReadClientCredentialsGrantDetails> SdkBuilder<ReadClientCredentialsGrantDetails.Builder,
,ReadClientCredentialsGrantDetails> SdkPojo
- Enclosing class:
ReadClientCredentialsGrantDetails
@Mutable
@NotThreadSafe
public static interface ReadClientCredentialsGrantDetails.Builder
extends SdkPojo, CopyableBuilder<ReadClientCredentialsGrantDetails.Builder,ReadClientCredentialsGrantDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe client identifier for the OAuth2 client credentials grant flow.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 for the OAuth2 client credentials grant flow.
- Parameters:
clientId
- The client identifier for the OAuth2 client credentials grant flow.- 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.
-