@Stability(value=Stable)
public static interface CfnTrigger.EventBatchingConditionProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.glue.*;
EventBatchingConditionProperty eventBatchingConditionProperty = EventBatchingConditionProperty.builder()
.batchSize(123)
// the properties below are optional
.batchWindow(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTrigger.EventBatchingConditionProperty.Builder
A builder for
CfnTrigger.EventBatchingConditionProperty |
static class |
CfnTrigger.EventBatchingConditionProperty.Jsii$Proxy
An implementation for
CfnTrigger.EventBatchingConditionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTrigger.EventBatchingConditionProperty.Builder |
builder() |
Number |
getBatchSize()
`CfnTrigger.EventBatchingConditionProperty.BatchSize`.
|
default Number |
getBatchWindow()
`CfnTrigger.EventBatchingConditionProperty.BatchWindow`.
|
@Stability(value=Stable) @NotNull Number getBatchSize()
@Stability(value=Stable) @Nullable default Number getBatchWindow()
@Stability(value=Stable) static CfnTrigger.EventBatchingConditionProperty.Builder builder()
Copyright © 2022. All rights reserved.