@Generated(value="software.amazon.awssdk:codegen") public final class CodeStarParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>
The subtype containing details about the Codestar connection Type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeStarParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
artifactPath()
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
|
String |
branch()
The specific branch where the artifact resides.
|
static CodeStarParameters.Builder |
builder() |
String |
connectionArn()
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
repository()
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CodeStarParameters.Builder> |
serializableBuilderClass() |
CodeStarParameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectionArn()
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
public final String repository()
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
public final String branch()
The specific branch where the artifact resides.
public final String artifactPath()
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
public CodeStarParameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>public static CodeStarParameters.Builder builder()
public static Class<? extends CodeStarParameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.