Class CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty>
- Enclosing interface:
CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty
@Stability(Stable)
public static final class CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectionArn(String connectionArn) excludeFilePatterns(List<String> excludeFilePatterns) fullRepositoryId(String fullRepositoryId) sourceReference(CfnWorkflowVersionPropsMixin.SourceReferenceProperty sourceReference) sourceReference(IResolvable sourceReference)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectionArn
@Stability(Stable) public CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder connectionArn(String connectionArn) - Parameters:
connectionArn- The Amazon Resource Name (ARN) of the connection to the source code repository.- Returns:
this
-
excludeFilePatterns
@Stability(Stable) public CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder excludeFilePatterns(List<String> excludeFilePatterns) Sets the value ofCfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.getExcludeFilePatterns()- Parameters:
excludeFilePatterns- A list of file patterns to exclude when retrieving the workflow definition from the repository.- Returns:
this
-
fullRepositoryId
@Stability(Stable) public CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder fullRepositoryId(String fullRepositoryId) - Parameters:
fullRepositoryId- The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.- Returns:
this
-
sourceReference
@Stability(Stable) public CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder sourceReference(IResolvable sourceReference) - Parameters:
sourceReference- The source reference for the repository, such as a branch name, tag, or commit ID.- Returns:
this
-
sourceReference
@Stability(Stable) public CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty.Builder sourceReference(CfnWorkflowVersionPropsMixin.SourceReferenceProperty sourceReference) - Parameters:
sourceReference- The source reference for the repository, such as a branch name, tag, or commit ID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty>- Returns:
- a new instance of
CfnWorkflowVersionPropsMixin.DefinitionRepositoryProperty - Throws:
NullPointerException- if any required attribute was not provided
-