Interface CodeStarParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>,SdkBuilder<CodeStarParameters.Builder,CodeStarParameters>,SdkPojo
- Enclosing class:
- CodeStarParameters
public static interface CodeStarParameters.Builder extends SdkPojo, CopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeStarParameters.BuilderartifactPath(String artifactPath)The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."CodeStarParameters.Builderbranch(String branch)The specific branch where the artifact resides.CodeStarParameters.BuilderconnectionArn(String connectionArn)The CodeStar ARN, which is the connection between Service Catalog and the external repository.CodeStarParameters.Builderrepository(String repository)The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
connectionArn
CodeStarParameters.Builder connectionArn(String connectionArn)
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
- Parameters:
connectionArn- The CodeStar ARN, which is the connection between Service Catalog and the external repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repository
CodeStarParameters.Builder repository(String repository)
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
- Parameters:
repository- The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branch
CodeStarParameters.Builder branch(String branch)
The specific branch where the artifact resides.
- Parameters:
branch- The specific branch where the artifact resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactPath
CodeStarParameters.Builder artifactPath(String artifactPath)
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
- Parameters:
artifactPath- The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-