Uses of Interface
software.amazon.awssdk.services.codepipeline.model.InputArtifact.Builder
-
Packages that use InputArtifact.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of InputArtifact.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return InputArtifact.Builder Modifier and Type Method Description static InputArtifact.BuilderInputArtifact. builder()InputArtifact.BuilderInputArtifact.Builder. name(String name)The name of the artifact to be worked on (for example, "My App").InputArtifact.BuilderInputArtifact. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type InputArtifact.Builder Modifier and Type Method Description static Class<? extends InputArtifact.Builder>InputArtifact. serializableBuilderClass()
-