Interface ScriptModeConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScriptModeConfig.Builder,
,ScriptModeConfig> SdkBuilder<ScriptModeConfig.Builder,
,ScriptModeConfig> SdkPojo
- Enclosing class:
ScriptModeConfig
@Mutable
@NotThreadSafe
public static interface ScriptModeConfig.Builder
extends SdkPojo, CopyableBuilder<ScriptModeConfig.Builder,ScriptModeConfig>
-
Method Summary
Modifier and TypeMethodDescriptioncompressionType
(String compressionType) The type of compression used to store the algorithm scripts in Amazon S3 storage.compressionType
(CompressionType compressionType) The type of compression used to store the algorithm scripts in Amazon S3 storage.entryPoint
(String entryPoint) The entry point in the algorithm scripts from where the execution begins in the hybrid job.The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.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
-
entryPoint
The entry point in the algorithm scripts from where the execution begins in the hybrid job.
- Parameters:
entryPoint
- The entry point in the algorithm scripts from where the execution begins in the hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.
- Parameters:
s3Uri
- The URI that specifies the S3 path to the algorithm scripts used by an Amazon Braket hybrid job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
compressionType
The type of compression used to store the algorithm scripts in Amazon S3 storage.
- Parameters:
compressionType
- The type of compression used to store the algorithm scripts in Amazon S3 storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
compressionType
The type of compression used to store the algorithm scripts in Amazon S3 storage.
- Parameters:
compressionType
- The type of compression used to store the algorithm scripts in Amazon S3 storage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-