Class RepositoryLinkReference.Builder
java.lang.Object
software.amazon.awscdk.services.codestarconnections.RepositoryLinkReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RepositoryLinkReference>
- Enclosing interface:
RepositoryLinkReference
@Stability(Stable)
public static final class RepositoryLinkReference.Builder
extends Object
implements software.amazon.jsii.Builder<RepositoryLinkReference>
A builder for
RepositoryLinkReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.repositoryLinkArn
(String repositoryLinkArn) Sets the value ofRepositoryLinkReference.getRepositoryLinkArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
repositoryLinkArn
@Stability(Stable) public RepositoryLinkReference.Builder repositoryLinkArn(String repositoryLinkArn) Sets the value ofRepositoryLinkReference.getRepositoryLinkArn()
- Parameters:
repositoryLinkArn
- The RepositoryLinkArn of the RepositoryLink resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<RepositoryLinkReference>
- Returns:
- a new instance of
RepositoryLinkReference
- Throws:
NullPointerException
- if any required attribute was not provided
-