@Stability(value=Stable)
public static interface CfnIntegration.TaskProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.TaskProperty.Builder
A builder for
CfnIntegration.TaskProperty |
static class |
CfnIntegration.TaskProperty.Jsii$Proxy
An implementation for
CfnIntegration.TaskProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.TaskProperty.Builder |
builder() |
default Object |
getConnectorOperator()
`CfnIntegration.TaskProperty.ConnectorOperator`.
|
default String |
getDestinationField()
`CfnIntegration.TaskProperty.DestinationField`.
|
List<String> |
getSourceFields()
`CfnIntegration.TaskProperty.SourceFields`.
|
default Object |
getTaskProperties()
`CfnIntegration.TaskProperty.TaskProperties`.
|
String |
getTaskType()
`CfnIntegration.TaskProperty.TaskType`.
|
@Stability(value=Stable) @NotNull List<String> getSourceFields()
@Stability(value=Stable) @NotNull String getTaskType()
@Stability(value=Stable) @Nullable default Object getConnectorOperator()
@Stability(value=Stable) @Nullable default String getDestinationField()
@Stability(value=Stable) @Nullable default Object getTaskProperties()
@Stability(value=Stable) static CfnIntegration.TaskProperty.Builder builder()
Copyright © 2021. All rights reserved.