Class ReferenceUsedBy.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ReferenceUsedBy.Builder
-
- Enclosing class:
- ReferenceUsedBy
public static class ReferenceUsedBy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceUsedBy
build()
ReferenceUsedBy.Builder
copy(ReferenceUsedBy model)
ReferenceUsedBy.Builder
key(String key)
The key of the published object.ReferenceUsedBy.Builder
name(String name)
The name of an published object.ReferenceUsedBy.Builder
namePath(String namePath)
The name path of the published object.
-
-
-
Method Detail
-
key
public ReferenceUsedBy.Builder key(String key)
The key of the published object.- Parameters:
key
- the value to set- Returns:
- this builder
-
name
public ReferenceUsedBy.Builder name(String name)
The name of an published object.- Parameters:
name
- the value to set- Returns:
- this builder
-
namePath
public ReferenceUsedBy.Builder namePath(String namePath)
The name path of the published object.- Parameters:
namePath
- the value to set- Returns:
- this builder
-
build
public ReferenceUsedBy build()
-
copy
public ReferenceUsedBy.Builder copy(ReferenceUsedBy model)
-
-