@Stability(value=Stable)
public static interface CfnDataSet.JoinInstructionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.JoinInstructionProperty.Builder
A builder for
CfnDataSet.JoinInstructionProperty |
static class |
CfnDataSet.JoinInstructionProperty.Jsii$Proxy
An implementation for
CfnDataSet.JoinInstructionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.JoinInstructionProperty.Builder |
builder() |
default Object |
getLeftJoinKeyProperties()
`CfnDataSet.JoinInstructionProperty.LeftJoinKeyProperties`.
|
String |
getLeftOperand()
`CfnDataSet.JoinInstructionProperty.LeftOperand`.
|
String |
getOnClause()
`CfnDataSet.JoinInstructionProperty.OnClause`.
|
default Object |
getRightJoinKeyProperties()
`CfnDataSet.JoinInstructionProperty.RightJoinKeyProperties`.
|
String |
getRightOperand()
`CfnDataSet.JoinInstructionProperty.RightOperand`.
|
String |
getType()
`CfnDataSet.JoinInstructionProperty.Type`.
|
@Stability(value=Stable) @NotNull String getLeftOperand()
@Stability(value=Stable) @NotNull String getOnClause()
@Stability(value=Stable) @NotNull String getRightOperand()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getLeftJoinKeyProperties()
@Stability(value=Stable) @Nullable default Object getRightJoinKeyProperties()
@Stability(value=Stable) static CfnDataSet.JoinInstructionProperty.Builder builder()
Copyright © 2021. All rights reserved.