Class IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.inputs.IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder
-
- Enclosing class:
- IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs
public static final class IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs
build()
IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder
name(java.lang.String name)
IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder
value(com.pulumi.core.Output<java.lang.String> value)
IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder
value(java.lang.String value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs defaults)
-
-
Method Detail
-
name
public IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- Name of custom property.- Returns:
- builder
-
name
public IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder name(java.lang.String name)
- Parameters:
name
- Name of custom property.- Returns:
- builder
-
value
public IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder value(@Nullable com.pulumi.core.Output<java.lang.String> value)
- Parameters:
value
- Value of custom property.- Returns:
- builder
-
value
public IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs.Builder value(java.lang.String value)
- Parameters:
value
- Value of custom property.- Returns:
- builder
-
build
public IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs build()
-
-