Class SparkConfigPropertiesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.synapse.outputs.SparkConfigPropertiesResponse.Builder
-
- Enclosing class:
- SparkConfigPropertiesResponse
public static final class SparkConfigPropertiesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SparkConfigPropertiesResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SparkConfigPropertiesResponse
build()
SparkConfigPropertiesResponse.Builder
configurationType(java.lang.String configurationType)
SparkConfigPropertiesResponse.Builder
content(java.lang.String content)
SparkConfigPropertiesResponse.Builder
filename(java.lang.String filename)
SparkConfigPropertiesResponse.Builder
time(java.lang.String time)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SparkConfigPropertiesResponse defaults)
-
-
Method Detail
-
configurationType
public SparkConfigPropertiesResponse.Builder configurationType(@Nullable java.lang.String configurationType)
-
content
public SparkConfigPropertiesResponse.Builder content(@Nullable java.lang.String content)
-
filename
public SparkConfigPropertiesResponse.Builder filename(@Nullable java.lang.String filename)
-
time
public SparkConfigPropertiesResponse.Builder time(java.lang.String time)
-
build
public SparkConfigPropertiesResponse build()
-
-