Interface CfnTestCasePropsMixin.BatchProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCasePropsMixin.BatchProperty.Jsii$Proxy
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static interface CfnTestCasePropsMixin.BatchProperty
extends software.amazon.jsii.JsiiSerializable
Defines a batch.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.apptest.mixins.*;
BatchProperty batchProperty = BatchProperty.builder()
.batchJobName("batchJobName")
.batchJobParameters(Map.of(
"batchJobParametersKey", "batchJobParameters"))
.exportDataSetNames(List.of("exportDataSetNames"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCasePropsMixin.BatchPropertystatic final classAn implementation forCfnTestCasePropsMixin.BatchProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBatchJobName
The job name of the batch.- See Also:
-
getBatchJobParameters
The batch job parameters of the batch.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getExportDataSetNames
The export data set names of the batch.- See Also:
-
builder
-