Interface AtlassianOauth2ProviderConfigInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AtlassianOauth2ProviderConfigInput.Builder,
,AtlassianOauth2ProviderConfigInput> SdkBuilder<AtlassianOauth2ProviderConfigInput.Builder,
,AtlassianOauth2ProviderConfigInput> SdkPojo
- Enclosing class:
AtlassianOauth2ProviderConfigInput
@Mutable
@NotThreadSafe
public static interface AtlassianOauth2ProviderConfigInput.Builder
extends SdkPojo, CopyableBuilder<AtlassianOauth2ProviderConfigInput.Builder,AtlassianOauth2ProviderConfigInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID for the Atlassian OAuth2 provider.clientSecret
(String clientSecret) The client secret for the Atlassian 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 Atlassian OAuth2 provider. This identifier is assigned by Atlassian when you register your application.
- Parameters:
clientId
- The client ID for the Atlassian OAuth2 provider. This identifier is assigned by Atlassian when you register your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret for the Atlassian OAuth2 provider. This secret is assigned by Atlassian and used along with the client ID to authenticate your application.
- Parameters:
clientSecret
- The client secret for the Atlassian OAuth2 provider. This secret is assigned by Atlassian and used along with the client ID to authenticate your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-