@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:06.885Z") @Stability(value=Experimental) public interface DockerImageAssetInvalidationOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecr.assets.*;
DockerImageAssetInvalidationOptions dockerImageAssetInvalidationOptions = DockerImageAssetInvalidationOptions.builder()
.buildArgs(false)
.extraHash(false)
.file(false)
.repositoryName(false)
.target(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DockerImageAssetInvalidationOptions.Builder
A builder for
DockerImageAssetInvalidationOptions |
static class |
DockerImageAssetInvalidationOptions.Jsii$Proxy
An implementation for
DockerImageAssetInvalidationOptions |
| Modifier and Type | Method and Description |
|---|---|
static DockerImageAssetInvalidationOptions.Builder |
builder() |
default Boolean |
getBuildArgs()
(experimental) Use `buildArgs` while calculating the asset hash.
|
default Boolean |
getExtraHash()
(experimental) Use `extraHash` while calculating the asset hash.
|
default Boolean |
getFile()
(experimental) Use `file` while calculating the asset hash.
|
default Boolean |
getRepositoryName()
(experimental) Use `repositoryName` while calculating the asset hash.
|
default Boolean |
getTarget()
(experimental) Use `target` while calculating the asset hash.
|
@Stability(value=Experimental) @Nullable default Boolean getBuildArgs()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getExtraHash()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getFile()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getRepositoryName()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getTarget()
Default: true
@Stability(value=Experimental) static DockerImageAssetInvalidationOptions.Builder builder()
Copyright © 2022. All rights reserved.