Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ArtifactLocation.Builder
-
Packages that use ArtifactLocation.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ArtifactLocation.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ArtifactLocation.Builder Modifier and Type Method Description static ArtifactLocation.BuilderArtifactLocation. builder()default ArtifactLocation.BuilderArtifactLocation.Builder. s3Location(Consumer<S3ArtifactLocation.Builder> s3Location)The S3 bucket that contains the artifact.ArtifactLocation.BuilderArtifactLocation.Builder. s3Location(S3ArtifactLocation s3Location)The S3 bucket that contains the artifact.ArtifactLocation.BuilderArtifactLocation. toBuilder()ArtifactLocation.BuilderArtifactLocation.Builder. type(String type)The type of artifact in the location.ArtifactLocation.BuilderArtifactLocation.Builder. type(ArtifactLocationType type)The type of artifact in the location.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ArtifactLocation.Builder Modifier and Type Method Description static Class<? extends ArtifactLocation.Builder>ArtifactLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ArtifactLocation.Builder Modifier and Type Method Description default Artifact.BuilderArtifact.Builder. location(Consumer<ArtifactLocation.Builder> location)The location of an artifact.
-