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 TypeMethodDescriptionSets the value of the Github property for this object.github(GitHubResourceCapabilities github) Sets the value of the Github 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
Sets the value of the Github property for this object.- Parameters:
github- The new value for the Github property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
github
default ProviderResourceCapabilities.Builder github(Consumer<GitHubResourceCapabilities.Builder> github) Sets the value of the Github property for this object. 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:
-