Interface ProviderInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProviderInput.Builder,,ProviderInput> SdkBuilder<ProviderInput.Builder,,ProviderInput> SdkPojo
- Enclosing class:
ProviderInput
@Mutable
@NotThreadSafe
public static interface ProviderInput.Builder
extends SdkPojo, CopyableBuilder<ProviderInput.Builder,ProviderInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ProviderInput.Buildergithub(Consumer<GitHubIntegrationInput.Builder> github) GitHub integration inputgithub(GitHubIntegrationInput github) GitHub integration inputMethods 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
-
github
GitHub integration input
- Parameters:
github- GitHub integration input- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
github
GitHub integration input
This is a convenience method that creates an instance of theGitHubIntegrationInput.Builderavoiding the need to create one manually viaGitHubIntegrationInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togithub(GitHubIntegrationInput).- Parameters:
github- a consumer that will call methods onGitHubIntegrationInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-