Interface UpdateGitHubIntegrationDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateGitHubIntegrationDetail.Builder,,UpdateGitHubIntegrationDetail> SdkBuilder<UpdateGitHubIntegrationDetail.Builder,,UpdateGitHubIntegrationDetail> SdkPojo
- Enclosing class:
UpdateGitHubIntegrationDetail
@Mutable
@NotThreadSafe
public static interface UpdateGitHubIntegrationDetail.Builder
extends SdkPojo, CopyableBuilder<UpdateGitHubIntegrationDetail.Builder,UpdateGitHubIntegrationDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe authorization code received from GitHub to update the integration.installationId(String installationId) The installation ID of the GitHub App associated with the integration.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
-
code
The authorization code received from GitHub to update the integration.
- Parameters:
code- The authorization code received from GitHub to update the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installationId
The installation ID of the GitHub App associated with the integration.
- Parameters:
installationId- The installation ID of the GitHub App associated with the integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-