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