Interface GithubOauth2ProviderConfigOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GithubOauth2ProviderConfigOutput.Builder,,- GithubOauth2ProviderConfigOutput> - SdkBuilder<GithubOauth2ProviderConfigOutput.Builder,,- GithubOauth2ProviderConfigOutput> - SdkPojo
- Enclosing class:
- GithubOauth2ProviderConfigOutput
@Mutable
@NotThreadSafe
public static interface GithubOauth2ProviderConfigOutput.Builder
extends SdkPojo, CopyableBuilder<GithubOauth2ProviderConfigOutput.Builder,GithubOauth2ProviderConfigOutput> 
- 
Method SummaryModifier and TypeMethodDescriptionThe client ID for the GitHub OAuth2 provider.oauthDiscovery(Consumer<Oauth2Discovery.Builder> oauthDiscovery) The OAuth2 discovery information for the GitHub provider.oauthDiscovery(Oauth2Discovery oauthDiscovery) The OAuth2 discovery information for the GitHub provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
oauthDiscoveryThe OAuth2 discovery information for the GitHub provider. - Parameters:
- oauthDiscovery- The OAuth2 discovery information for the GitHub provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
oauthDiscoverydefault GithubOauth2ProviderConfigOutput.Builder oauthDiscovery(Consumer<Oauth2Discovery.Builder> oauthDiscovery) The OAuth2 discovery information for the GitHub provider. This is a convenience method that creates an instance of theOauth2Discovery.Builderavoiding the need to create one manually viaOauth2Discovery.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooauthDiscovery(Oauth2Discovery).- Parameters:
- oauthDiscovery- a consumer that will call methods on- Oauth2Discovery.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientIdThe 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.
 
 
-