Uses of Interface
software.amazon.awssdk.services.amplify.model.Artifact.Builder
-
Packages that use Artifact.Builder Package Description software.amazon.awssdk.services.amplify.model -
-
Uses of Artifact.Builder in software.amazon.awssdk.services.amplify.model
Methods in software.amazon.awssdk.services.amplify.model that return Artifact.Builder Modifier and Type Method Description Artifact.BuilderArtifact.Builder. artifactFileName(String artifactFileName)The file name for the artifact.Artifact.BuilderArtifact.Builder. artifactId(String artifactId)The unique ID for the artifact.static Artifact.BuilderArtifact. builder()Artifact.BuilderArtifact. toBuilder()Methods in software.amazon.awssdk.services.amplify.model that return types with arguments of type Artifact.Builder Modifier and Type Method Description static Class<? extends Artifact.Builder>Artifact. serializableBuilderClass()
-