Uses of Class
com.amazonaws.services.codepipeline.model.S3ArtifactLocation
-
Packages that use S3ArtifactLocation Package Description com.amazonaws.services.codepipeline.model -
-
Uses of S3ArtifactLocation in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return S3ArtifactLocation Modifier and Type Method Description S3ArtifactLocation
S3ArtifactLocation. clone()
S3ArtifactLocation
ArtifactLocation. getS3Location()
The Amazon S3 bucket that contains the artifact.S3ArtifactLocation
S3ArtifactLocation. withBucketName(String bucketName)
The name of the Amazon S3 bucket.S3ArtifactLocation
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 S3ArtifactLocation Modifier and Type Method Description void
ArtifactLocation. setS3Location(S3ArtifactLocation s3Location)
The Amazon S3 bucket that contains the artifact.ArtifactLocation
ArtifactLocation. withS3Location(S3ArtifactLocation s3Location)
The Amazon S3 bucket that contains the artifact.
-