Interface CodeInterpreterNetworkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeInterpreterNetworkConfiguration.Builder,
,CodeInterpreterNetworkConfiguration> SdkBuilder<CodeInterpreterNetworkConfiguration.Builder,
,CodeInterpreterNetworkConfiguration> SdkPojo
- Enclosing class:
CodeInterpreterNetworkConfiguration
@Mutable
@NotThreadSafe
public static interface CodeInterpreterNetworkConfiguration.Builder
extends SdkPojo, CopyableBuilder<CodeInterpreterNetworkConfiguration.Builder,CodeInterpreterNetworkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionnetworkMode
(String networkMode) The network mode for the code interpreter.networkMode
(CodeInterpreterNetworkMode networkMode) The network mode for the code interpreter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
networkMode
The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.
- Parameters:
networkMode
- The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkMode
The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.
- Parameters:
networkMode
- The network mode for the code interpreter. This field specifies how the code interpreter connects to the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-