Uses of Class
com.amazonaws.services.codepipeline.model.S3ArtifactLocation
Packages that use S3ArtifactLocation
-
Uses of S3ArtifactLocation in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return S3ArtifactLocationModifier and TypeMethodDescriptionS3ArtifactLocation.clone()
ArtifactLocation.getS3Location()
The Amazon S3 bucket that contains the artifact.S3ArtifactLocation.withBucketName
(String bucketName) The name of the Amazon S3 bucket.S3ArtifactLocation.withObjectKey
(String objectKey) The key of the object in the Amazon S3 bucket, which uniquely identifies the object in the bucket.Methods in com.amazonaws.services.codepipeline.model with parameters of type S3ArtifactLocationModifier and TypeMethodDescriptionvoid
ArtifactLocation.setS3Location
(S3ArtifactLocation s3Location) The Amazon S3 bucket that contains the artifact.ArtifactLocation.withS3Location
(S3ArtifactLocation s3Location) The Amazon S3 bucket that contains the artifact.