Interface CodeArtifact.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CodeArtifact.Builder,,CodeArtifact> SdkBuilder<CodeArtifact.Builder,,CodeArtifact> SdkPojo
- Enclosing class:
CodeArtifact
@Mutable
@NotThreadSafe
public static interface CodeArtifact.Builder
extends SdkPojo, CopyableBuilder<CodeArtifact.Builder,CodeArtifact>
-
Method Summary
Modifier and TypeMethodDescriptionThe URI of the code artifact, such as an Amazon S3 path or Amazon ECR image URI.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
uri
The URI of the code artifact, such as an Amazon S3 path or Amazon ECR image URI.
- Parameters:
uri- The URI of the code artifact, such as an Amazon S3 path or Amazon ECR image URI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-