Interface ImageConfiguration.Builder

  • 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 specify Build or the request's SourceBundle parameter.

      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 specify Build or the request's SourceBundle parameter.

      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 Source, don't specify Build or the request's SourceBundle parameter.

      This is a convenience method that creates an instance of the ImageSource.Builder avoiding the need to create one manually via ImageSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to source(ImageSource).

      Parameters:
      source - a consumer that will call methods on ImageSource.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's SourceBundle parameter, and don't specify Source.

      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's SourceBundle parameter, and don't specify Source.

      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 Build, also specify the request's SourceBundle parameter, and don't specify Source.

      This is a convenience method that creates an instance of the ImageBuildConfiguration.Builder avoiding the need to create one manually via ImageBuildConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to build(ImageBuildConfiguration).

      Parameters:
      build - a consumer that will call methods on ImageBuildConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: