Interface Environment.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Environment.Builder,,Environment> SdkBuilder<Environment.Builder,,Environment> SdkPojo
- Enclosing class:
 Environment
public static interface Environment.Builder
extends SdkPojo, CopyableBuilder<Environment.Builder,Environment> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Docker image URI for either your robot or simulation applications.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, sdkFields 
- 
Method Details
- 
uri
The Docker image URI for either your robot or simulation applications.
- Parameters:
 uri- The Docker image URI for either your robot or simulation applications.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -