Interface ImageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ImageConfiguration.Builder,,ImageConfiguration> SdkBuilder<ImageConfiguration.Builder,,ImageConfiguration> SdkPojo
- Enclosing class:
ImageConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault ImageConfiguration.BuilderSettings that Elastic Beanstalk uses to build a container image from the source bundle of the application version.build(ImageBuildConfiguration build) Settings that Elastic Beanstalk uses to build a container image from the source bundle of the application version.default ImageConfiguration.Buildersource(Consumer<ImageSource.Builder> source) The location of a container image that you built and pushed to a container registry yourself.source(ImageSource source) The location of a container image that you built and pushed to a container registry yourself.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
The location of a container image that you built and pushed to a container registry yourself. Elastic Beanstalk deploys the image without a build step.
If you specify
Source, don't specifyBuildor the request'sSourceBundleparameter.- Parameters:
source- The location of a container image that you built and pushed to a container registry yourself. Elastic Beanstalk deploys the image without a build step.If you specify
Source, don't specifyBuildor the request'sSourceBundleparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The location of a container image that you built and pushed to a container registry yourself. Elastic Beanstalk deploys the image without a build step.
If you specify
This is a convenience method that creates an instance of theSource, don't specifyBuildor the request'sSourceBundleparameter.ImageSource.Builderavoiding the need to create one manually viaImageSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(ImageSource).- Parameters:
source- a consumer that will call methods onImageSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
build
Settings that Elastic Beanstalk uses to build a container image from the source bundle of the application version.
If you specify
Build, also specify the request'sSourceBundleparameter, and don't specifySource.- Parameters:
build- Settings that Elastic Beanstalk uses to build a container image from the source bundle of the application version.If you specify
Build, also specify the request'sSourceBundleparameter, and don't specifySource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
Settings that Elastic Beanstalk uses to build a container image from the source bundle of the application version.
If you specify
This is a convenience method that creates an instance of theBuild, also specify the request'sSourceBundleparameter, and don't specifySource.ImageBuildConfiguration.Builderavoiding the need to create one manually viaImageBuildConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobuild(ImageBuildConfiguration).- Parameters:
build- a consumer that will call methods onImageBuildConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-