Class DataMapperMappingResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.DataMapperMappingResponse
-
public final class DataMapperMappingResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataMapperMappingResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<MapperAttributeMappingsResponse>
attributeMappingInfo()
static DataMapperMappingResponse.Builder
builder()
static DataMapperMappingResponse.Builder
builder(DataMapperMappingResponse defaults)
java.util.Optional<MapperConnectionReferenceResponse>
sourceConnectionReference()
java.util.Optional<java.lang.Object>
sourceDenormalizeInfo()
java.util.Optional<java.lang.String>
sourceEntityName()
java.util.Optional<java.lang.String>
targetEntityName()
-
-
-
Method Detail
-
attributeMappingInfo
public java.util.Optional<MapperAttributeMappingsResponse> attributeMappingInfo()
- Returns:
- This holds the user provided attribute mapping information.
-
sourceConnectionReference
public java.util.Optional<MapperConnectionReferenceResponse> sourceConnectionReference()
- Returns:
- The connection reference for the source connection.
-
sourceDenormalizeInfo
public java.util.Optional<java.lang.Object> sourceDenormalizeInfo()
- Returns:
- This holds the source denormalization information used while joining multiple sources.
-
sourceEntityName
public java.util.Optional<java.lang.String> sourceEntityName()
- Returns:
- Name of the source table
-
targetEntityName
public java.util.Optional<java.lang.String> targetEntityName()
- Returns:
- Name of the target table
-
builder
public static DataMapperMappingResponse.Builder builder()
-
builder
public static DataMapperMappingResponse.Builder builder(DataMapperMappingResponse defaults)
-
-