Interface OAuthCredentialProvider.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OAuthCredentialProvider.Builder,
,OAuthCredentialProvider> SdkBuilder<OAuthCredentialProvider.Builder,
,OAuthCredentialProvider> SdkPojo
- Enclosing class:
OAuthCredentialProvider
@Mutable
@NotThreadSafe
public static interface OAuthCredentialProvider.Builder
extends SdkPojo, CopyableBuilder<OAuthCredentialProvider.Builder,OAuthCredentialProvider>
-
Method Summary
Modifier and TypeMethodDescriptioncustomParameters
(Map<String, String> customParameters) The custom parameters for the OAuth credential provider.providerArn
(String providerArn) The Amazon Resource Name (ARN) of the OAuth credential provider.The OAuth scopes for the credential provider.scopes
(Collection<String> scopes) The OAuth scopes for the credential provider.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
-
providerArn
The Amazon Resource Name (ARN) of the OAuth credential provider. This ARN identifies the provider in Amazon Web Services.
- Parameters:
providerArn
- The Amazon Resource Name (ARN) of the OAuth credential provider. This ARN identifies the provider in Amazon Web Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.
- Parameters:
scopes
- The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.
- Parameters:
scopes
- The OAuth scopes for the credential provider. These scopes define the level of access requested from the OAuth provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customParameters
The custom parameters for the OAuth credential provider. These parameters provide additional configuration for the OAuth authentication process.
- Parameters:
customParameters
- The custom parameters for the OAuth credential provider. These parameters provide additional configuration for the OAuth authentication process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-