Interface ComputeConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ComputeConfig.Builder,,ComputeConfig> SdkBuilder<ComputeConfig.Builder,,ComputeConfig> SdkPojo
- Enclosing class:
ComputeConfig
@Mutable
@NotThreadSafe
public static interface ComputeConfig.Builder
extends SdkPojo, CopyableBuilder<ComputeConfig.Builder,ComputeConfig>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentVersion(String environmentVersion) The environment version for the notebook run compute.instanceType(String instanceType) The instance type for the notebook run compute.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
-
instanceType
The instance type for the notebook run compute.
- Parameters:
instanceType- The instance type for the notebook run compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentVersion
The environment version for the notebook run compute.
- Parameters:
environmentVersion- The environment version for the notebook run compute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-