@Stability(value=Experimental) public static final class ContainerImageConfig.Builder extends Object implements software.amazon.jsii.Builder<ContainerImageConfig>
ContainerImageConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ContainerImageConfig |
build()
Builds the configured instance.
|
ContainerImageConfig.Builder |
imageName(String imageName)
Sets the value of
ContainerImageConfig.getImageName() |
ContainerImageConfig.Builder |
repositoryCredentials(CfnTaskDefinition.RepositoryCredentialsProperty repositoryCredentials)
Sets the value of
ContainerImageConfig.getRepositoryCredentials() |
@Stability(value=Experimental) public ContainerImageConfig.Builder imageName(String imageName)
ContainerImageConfig.getImageName()imageName - Specifies the name of the container image. This parameter is required.this@Stability(value=Experimental) public ContainerImageConfig.Builder repositoryCredentials(CfnTaskDefinition.RepositoryCredentialsProperty repositoryCredentials)
ContainerImageConfig.getRepositoryCredentials()repositoryCredentials - Specifies the credentials used to access the image repository.this@Stability(value=Experimental) public ContainerImageConfig build()
build in interface software.amazon.jsii.Builder<ContainerImageConfig>ContainerImageConfigNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.