Interface ProviderResourceCapabilities.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProviderResourceCapabilities.Builder,,ProviderResourceCapabilities> SdkBuilder<ProviderResourceCapabilities.Builder,,ProviderResourceCapabilities> SdkPojo
- Enclosing class:
ProviderResourceCapabilities
@Mutable
@NotThreadSafe
public static interface ProviderResourceCapabilities.Builder
extends SdkPojo, CopyableBuilder<ProviderResourceCapabilities.Builder,ProviderResourceCapabilities>
-
Method Summary
Modifier and TypeMethodDescriptionbitbucket(Consumer<BitbucketResourceCapabilities.Builder> bitbucket) Sets the value of the Bitbucket property for this object.bitbucket(BitbucketResourceCapabilities bitbucket) Sets the value of the Bitbucket property for this object.confluence(Consumer<ConfluenceResourceCapabilities.Builder> confluence) Sets the value of the Confluence property for this object.confluence(ConfluenceResourceCapabilities confluence) Sets the value of the Confluence property for this object.The GitHub-specific resource capabilities.github(GitHubResourceCapabilities github) The GitHub-specific resource capabilities.Sets the value of the Gitlab property for this object.gitlab(GitLabResourceCapabilities gitlab) Sets the value of the Gitlab property for this object.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
-
github
The GitHub-specific resource capabilities.
- Parameters:
github- The GitHub-specific resource capabilities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
github
default ProviderResourceCapabilities.Builder github(Consumer<GitHubResourceCapabilities.Builder> github) The GitHub-specific resource capabilities.
This is a convenience method that creates an instance of theGitHubResourceCapabilities.Builderavoiding the need to create one manually viaGitHubResourceCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togithub(GitHubResourceCapabilities).- Parameters:
github- a consumer that will call methods onGitHubResourceCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
gitlab
Sets the value of the Gitlab property for this object.- Parameters:
gitlab- The new value for the Gitlab property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gitlab
default ProviderResourceCapabilities.Builder gitlab(Consumer<GitLabResourceCapabilities.Builder> gitlab) Sets the value of the Gitlab property for this object. This is a convenience method that creates an instance of theGitLabResourceCapabilities.Builderavoiding the need to create one manually viaGitLabResourceCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togitlab(GitLabResourceCapabilities).- Parameters:
gitlab- a consumer that will call methods onGitLabResourceCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
bitbucket
Sets the value of the Bitbucket property for this object.- Parameters:
bitbucket- The new value for the Bitbucket property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bitbucket
default ProviderResourceCapabilities.Builder bitbucket(Consumer<BitbucketResourceCapabilities.Builder> bitbucket) Sets the value of the Bitbucket property for this object. This is a convenience method that creates an instance of theBitbucketResourceCapabilities.Builderavoiding the need to create one manually viaBitbucketResourceCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobitbucket(BitbucketResourceCapabilities).- Parameters:
bitbucket- a consumer that will call methods onBitbucketResourceCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confluence
Sets the value of the Confluence property for this object.- Parameters:
confluence- The new value for the Confluence property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confluence
default ProviderResourceCapabilities.Builder confluence(Consumer<ConfluenceResourceCapabilities.Builder> confluence) Sets the value of the Confluence property for this object. This is a convenience method that creates an instance of theConfluenceResourceCapabilities.Builderavoiding the need to create one manually viaConfluenceResourceCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfluence(ConfluenceResourceCapabilities).- Parameters:
confluence- a consumer that will call methods onConfluenceResourceCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-