Uses of Interface
software.amazon.awssdk.services.codedeploy.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucket(String bucket)The name of the Amazon S3 bucket where the application revision is stored.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. bundleType(String bundleType)The file type of the application revision.S3Location.BuilderS3Location.Builder. bundleType(BundleType bundleType)The file type of the application revision.S3Location.BuilderS3Location.Builder. eTag(String eTag)The ETag of the Amazon S3 object that represents the bundled artifacts for the application revision.S3Location.BuilderS3Location.Builder. key(String key)The name of the Amazon S3 object that represents the bundled artifacts for the application revision.S3Location.BuilderS3Location. toBuilder()S3Location.BuilderS3Location.Builder. version(String version)A specific version of the Amazon S3 object that represents the bundled artifacts for the application revision.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type S3Location.Builder Modifier and Type Method Description default RevisionLocation.BuilderRevisionLocation.Builder. s3Location(Consumer<S3Location.Builder> s3Location)Information about the location of a revision stored in Amazon S3.
-