Interface GithubOauth2ProviderConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GithubOauth2ProviderConfigInput.Builder,
,GithubOauth2ProviderConfigInput> SdkBuilder<GithubOauth2ProviderConfigInput.Builder,
,GithubOauth2ProviderConfigInput> SdkPojo
- Enclosing class:
GithubOauth2ProviderConfigInput
@Mutable
@NotThreadSafe
public static interface GithubOauth2ProviderConfigInput.Builder
extends SdkPojo, CopyableBuilder<GithubOauth2ProviderConfigInput.Builder,GithubOauth2ProviderConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID for the GitHub OAuth2 provider.clientSecret
(String clientSecret) The client secret for the GitHub OAuth2 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
-
clientId
The client ID for the GitHub OAuth2 provider.
- Parameters:
clientId
- The client ID for the GitHub OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret for the GitHub OAuth2 provider.
- Parameters:
clientSecret
- The client secret for the GitHub OAuth2 provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-