Interface UpdateGitLabSelfManagedIntegrationDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateGitLabSelfManagedIntegrationDetail.Builder,
,UpdateGitLabSelfManagedIntegrationDetail> SdkBuilder<UpdateGitLabSelfManagedIntegrationDetail.Builder,
,UpdateGitLabSelfManagedIntegrationDetail> SdkPojo
- Enclosing class:
UpdateGitLabSelfManagedIntegrationDetail
@Mutable
@NotThreadSafe
public static interface UpdateGitLabSelfManagedIntegrationDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateGitLabSelfManagedIntegrationDetail.Builder,UpdateGitLabSelfManagedIntegrationDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe authorization code received from the self-managed GitLab instance to update the integration.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
-
authCode
The authorization code received from the self-managed GitLab instance to update the integration.
- Parameters:
authCode
- The authorization code received from the self-managed GitLab instance to update the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-