Interface BitbucketIntegrationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BitbucketIntegrationInput.Builder,,BitbucketIntegrationInput> SdkBuilder<BitbucketIntegrationInput.Builder,,BitbucketIntegrationInput> SdkPojo
- Enclosing class:
BitbucketIntegrationInput
@Mutable
@NotThreadSafe
public static interface BitbucketIntegrationInput.Builder
extends SdkPojo, CopyableBuilder<BitbucketIntegrationInput.Builder,BitbucketIntegrationInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe OAuth 2.0 authorization code returned from the consent redirect.installationId(String installationId) The Atlassian installation identifier, available from the Atlassian administration console.The CSRF state token echoed back from the OAuth redirect.The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
installationId
The Atlassian installation identifier, available from the Atlassian administration console.
- Parameters:
installationId- The Atlassian installation identifier, available from the Atlassian administration console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workspace
The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.
- Parameters:
workspace- The Bitbucket workspace slug that identifies the workspace to integrate, for example acme-corp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
code
The OAuth 2.0 authorization code returned from the consent redirect.
- Parameters:
code- The OAuth 2.0 authorization code returned from the consent redirect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The CSRF state token echoed back from the OAuth redirect.
- Parameters:
state- The CSRF state token echoed back from the OAuth redirect.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-