Class BinarySourceResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.BinarySourceResponse.Builder
-
- Enclosing class:
- BinarySourceResponse
public static final class BinarySourceResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(BinarySourceResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinarySourceResponse
build()
BinarySourceResponse.Builder
disableMetricsCollection(java.lang.Object disableMetricsCollection)
BinarySourceResponse.Builder
formatSettings(BinaryReadSettingsResponse formatSettings)
BinarySourceResponse.Builder
maxConcurrentConnections(java.lang.Object maxConcurrentConnections)
BinarySourceResponse.Builder
sourceRetryCount(java.lang.Object sourceRetryCount)
BinarySourceResponse.Builder
sourceRetryWait(java.lang.Object sourceRetryWait)
BinarySourceResponse.Builder
storeSettings(java.lang.Object storeSettings)
BinarySourceResponse.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(BinarySourceResponse defaults)
-
-
Method Detail
-
disableMetricsCollection
public BinarySourceResponse.Builder disableMetricsCollection(@Nullable java.lang.Object disableMetricsCollection)
-
formatSettings
public BinarySourceResponse.Builder formatSettings(@Nullable BinaryReadSettingsResponse formatSettings)
-
maxConcurrentConnections
public BinarySourceResponse.Builder maxConcurrentConnections(@Nullable java.lang.Object maxConcurrentConnections)
-
sourceRetryCount
public BinarySourceResponse.Builder sourceRetryCount(@Nullable java.lang.Object sourceRetryCount)
-
sourceRetryWait
public BinarySourceResponse.Builder sourceRetryWait(@Nullable java.lang.Object sourceRetryWait)
-
storeSettings
public BinarySourceResponse.Builder storeSettings(@Nullable java.lang.Object storeSettings)
-
type
public BinarySourceResponse.Builder type(java.lang.String type)
-
build
public BinarySourceResponse build()
-
-