Class AvroFormatResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.AvroFormatResponse.Builder
-
- Enclosing class:
- AvroFormatResponse
public static final class AvroFormatResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AvroFormatResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvroFormatResponse
build()
AvroFormatResponse.Builder
deserializer(java.lang.Object deserializer)
AvroFormatResponse.Builder
serializer(java.lang.Object serializer)
AvroFormatResponse.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AvroFormatResponse defaults)
-
-
Method Detail
-
deserializer
public AvroFormatResponse.Builder deserializer(@Nullable java.lang.Object deserializer)
-
serializer
public AvroFormatResponse.Builder serializer(@Nullable java.lang.Object serializer)
-
type
public AvroFormatResponse.Builder type(java.lang.String type)
-
build
public AvroFormatResponse build()
-
-