| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
CodeStarParameters |
CodeStarParameters.clone() |
CodeStarParameters |
SourceConnectionParameters.getCodeStar()
Provides
ConnectionType details. |
CodeStarParameters |
CodeStarParameters.withArtifactPath(String artifactPath)
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
|
CodeStarParameters |
CodeStarParameters.withBranch(String branch)
The specific branch where the artifact resides.
|
CodeStarParameters |
CodeStarParameters.withConnectionArn(String connectionArn)
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
|
CodeStarParameters |
CodeStarParameters.withRepository(String repository)
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceConnectionParameters.setCodeStar(CodeStarParameters codeStar)
Provides
ConnectionType details. |
SourceConnectionParameters |
SourceConnectionParameters.withCodeStar(CodeStarParameters codeStar)
Provides
ConnectionType details. |
Copyright © 2023. All rights reserved.