Class OrcFormatResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.OrcFormatResponse
-
public final class OrcFormatResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OrcFormatResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrcFormatResponse.Builder
builder()
static OrcFormatResponse.Builder
builder(OrcFormatResponse defaults)
java.util.Optional<java.lang.Object>
deserializer()
java.util.Optional<java.lang.Object>
serializer()
java.lang.String
type()
-
-
-
Method Detail
-
deserializer
public java.util.Optional<java.lang.Object> deserializer()
- Returns:
- Deserializer. Type: string (or Expression with resultType string).
-
serializer
public java.util.Optional<java.lang.Object> serializer()
- Returns:
- Serializer. Type: string (or Expression with resultType string).
-
type
public java.lang.String type()
- Returns:
- Type of dataset storage format. Expected value is 'OrcFormat'.
-
builder
public static OrcFormatResponse.Builder builder()
-
builder
public static OrcFormatResponse.Builder builder(OrcFormatResponse defaults)
-
-