Interface AutoMLContainerDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AutoMLContainerDefinition.Builder,,- AutoMLContainerDefinition> - SdkBuilder<AutoMLContainerDefinition.Builder,,- AutoMLContainerDefinition> - SdkPojo
- Enclosing class:
- AutoMLContainerDefinition
@Mutable
@NotThreadSafe
public static interface AutoMLContainerDefinition.Builder
extends SdkPojo, CopyableBuilder<AutoMLContainerDefinition.Builder,AutoMLContainerDefinition> 
- 
Method SummaryModifier and TypeMethodDescriptionenvironment(Map<String, String> environment) The environment variables to set in the container.The Amazon Elastic Container Registry (Amazon ECR) path of the container.modelDataUrl(String modelDataUrl) The location of the model artifacts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
imageThe Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition. - Parameters:
- image- The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelDataUrlThe location of the model artifacts. For more information, see ContainerDefinition. - Parameters:
- modelDataUrl- The location of the model artifacts. For more information, see ContainerDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentThe environment variables to set in the container. For more information, see ContainerDefinition. - Parameters:
- environment- The environment variables to set in the container. For more information, see ContainerDefinition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-