Uses of Interface
software.amazon.awssdk.services.codepipeline.model.S3ArtifactLocation.Builder
-
Packages that use S3ArtifactLocation.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of S3ArtifactLocation.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return S3ArtifactLocation.Builder Modifier and Type Method Description S3ArtifactLocation.BuilderS3ArtifactLocation.Builder. bucketName(String bucketName)The name of the S3 bucket.static S3ArtifactLocation.BuilderS3ArtifactLocation. builder()S3ArtifactLocation.BuilderS3ArtifactLocation.Builder. objectKey(String objectKey)The key of the object in the S3 bucket, which uniquely identifies the object in the bucket.S3ArtifactLocation.BuilderS3ArtifactLocation. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type S3ArtifactLocation.Builder Modifier and Type Method Description static Class<? extends S3ArtifactLocation.Builder>S3ArtifactLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type S3ArtifactLocation.Builder Modifier and Type Method Description default ArtifactLocation.BuilderArtifactLocation.Builder. s3Location(Consumer<S3ArtifactLocation.Builder> s3Location)The S3 bucket that contains the artifact.
-