public static interface CodeStarParameters.Builder extends SdkPojo, CopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>
| Modifier and Type | Method and Description |
|---|---|
CodeStarParameters.Builder |
artifactPath(String artifactPath)
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
|
CodeStarParameters.Builder |
branch(String branch)
The specific branch where the artifact resides.
|
CodeStarParameters.Builder |
connectionArn(String connectionArn)
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
|
CodeStarParameters.Builder |
repository(String repository)
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCodeStarParameters.Builder connectionArn(String connectionArn)
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
connectionArn - The CodeStar ARN, which is the connection between Service Catalog and the external repository.CodeStarParameters.Builder repository(String repository)
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
repository - The specific repository where the product’s artifact-to-be-synced resides, formatted as
"Account/Repo."CodeStarParameters.Builder branch(String branch)
The specific branch where the artifact resides.
branch - The specific branch where the artifact resides.CodeStarParameters.Builder artifactPath(String artifactPath)
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
artifactPath - The absolute path wehre the artifact resides within the repo and branch, formatted as
"folder/file.json."Copyright © 2023. All rights reserved.