Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3ArtifactLocation |
ArtifactLocation.s3Location
The Amazon S3 bucket that contains the artifact.
|
Modifier and Type | Method and Description |
---|---|
S3ArtifactLocation |
S3ArtifactLocation.clone() |
S3ArtifactLocation |
ArtifactLocation.getS3Location()
The Amazon S3 bucket that contains the artifact.
|
S3ArtifactLocation |
S3ArtifactLocation.withBucketName(java.lang.String bucketName)
The name of the Amazon S3 bucket.
|
S3ArtifactLocation |
S3ArtifactLocation.withObjectKey(java.lang.String objectKey)
The key of the object in the Amazon S3 bucket, which uniquely identifies
the object in the bucket.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
S3ArtifactLocation |
S3ArtifactLocationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3ArtifactLocationJsonMarshaller.marshall(S3ArtifactLocation s3ArtifactLocation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|