Uses of Interface
software.amazon.awssdk.services.codepipeline.model.OutputArtifact.Builder
-
Packages that use OutputArtifact.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of OutputArtifact.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return OutputArtifact.Builder Modifier and Type Method Description static OutputArtifact.BuilderOutputArtifact. builder()OutputArtifact.BuilderOutputArtifact.Builder. files(String... files)The files that you want to associate with the output artifact that will be exported from the compute action.OutputArtifact.BuilderOutputArtifact.Builder. files(Collection<String> files)The files that you want to associate with the output artifact that will be exported from the compute action.OutputArtifact.BuilderOutputArtifact.Builder. name(String name)The name of the output of an artifact, such as "My App".OutputArtifact.BuilderOutputArtifact. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type OutputArtifact.Builder Modifier and Type Method Description static Class<? extends OutputArtifact.Builder>OutputArtifact. serializableBuilderClass()
-