Class CodeStarParameters
- java.lang.Object
-
- software.amazon.awssdk.services.servicecatalog.model.CodeStarParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>
@Generated("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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeStarParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringartifactPath()The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."Stringbranch()The specific branch where the artifact resides.static CodeStarParameters.Builderbuilder()StringconnectionArn()The CodeStar ARN, which is the connection between Service Catalog and the external repository.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringrepository()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectionArn
public final String connectionArn()
The CodeStar ARN, which is the connection between Service Catalog and the external repository.
- Returns:
- The CodeStar ARN, which is the connection between Service Catalog and the external repository.
-
repository
public final String repository()
The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
- Returns:
- The specific repository where the product’s artifact-to-be-synced resides, formatted as "Account/Repo."
-
branch
public final String branch()
The specific branch where the artifact resides.
- Returns:
- The specific branch where the artifact resides.
-
artifactPath
public final String artifactPath()
The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
- Returns:
- The absolute path wehre the artifact resides within the repo and branch, formatted as "folder/file.json."
-
toBuilder
public CodeStarParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CodeStarParameters.Builder,CodeStarParameters>
-
builder
public static CodeStarParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends CodeStarParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-