Class SalIntegrationPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.SalIntegrationPatch.Builder
-
- Enclosing class:
- SalIntegrationPatch
public static class SalIntegrationPatch.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SalIntegrationPatch
build()
Builds a SalIntegrationPatch.SalIntegrationPatch.Builder
op(java.lang.String op)
Set the op.SalIntegrationPatch.Builder
path(java.lang.String path)
Set the path.SalIntegrationPatch.Builder
value(java.lang.String value)
Set the value.
-
-
-
Method Detail
-
build
public SalIntegrationPatch build()
Builds a SalIntegrationPatch.- Returns:
- the new SalIntegrationPatch instance
-
op
public SalIntegrationPatch.Builder op(java.lang.String op)
Set the op.- Parameters:
op
- the op- Returns:
- the SalIntegrationPatch builder
-
path
public SalIntegrationPatch.Builder path(java.lang.String path)
Set the path.- Parameters:
path
- the path- Returns:
- the SalIntegrationPatch builder
-
value
public SalIntegrationPatch.Builder value(java.lang.String value)
Set the value.- Parameters:
value
- the value- Returns:
- the SalIntegrationPatch builder
-
-