Interface IBindableBuildImage.Jsii$Default
- All Superinterfaces:
IBindableBuildImage,IBuildImage,IBuildImage.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IBindableBuildImage.Jsii$Proxy
- Enclosing interface:
IBindableBuildImage
@Internal
public static interface IBindableBuildImage.Jsii$Default
extends IBindableBuildImage, IBuildImage.Jsii$Default
Internal default implementation for
IBindableBuildImage.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.IBindableBuildImage
IBindableBuildImage.Jsii$Default, IBindableBuildImage.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.IBuildImage
IBuildImage.Jsii$Default, IBuildImage.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault BuildImageConfigbind(software.constructs.Construct scope, IProject project, BuildImageBindOptions options) Function that allows the build image access to the construct tree.Methods inherited from interface software.amazon.awscdk.services.codebuild.IBuildImage.Jsii$Default
getDefaultComputeType, getImageId, getImagePullPrincipalType, getRepository, getSecretsManagerCredentials, getType, runScriptBuildspec, validateMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull default BuildImageConfig bind(@NotNull software.constructs.Construct scope, @NotNull IProject project, @NotNull BuildImageBindOptions options) Function that allows the build image access to the construct tree.- Specified by:
bindin interfaceIBindableBuildImage- Parameters:
scope- This parameter is required.project- This parameter is required.options- This parameter is required.
-