Package com.oracle.bmc.functions.model
Class StreamSuccessDestinationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.functions.model.StreamSuccessDestinationDetails.Builder
-
- Enclosing class:
- StreamSuccessDestinationDetails
public static class StreamSuccessDestinationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamSuccessDestinationDetails
build()
StreamSuccessDestinationDetails.Builder
copy(StreamSuccessDestinationDetails model)
StreamSuccessDestinationDetails.Builder
streamId(String streamId)
The OCID of the stream.
-
-
-
Method Detail
-
streamId
public StreamSuccessDestinationDetails.Builder streamId(String streamId)
The OCID of the stream.- Parameters:
streamId
- the value to set- Returns:
- this builder
-
build
public StreamSuccessDestinationDetails build()
-
copy
public StreamSuccessDestinationDetails.Builder copy(StreamSuccessDestinationDetails model)
-
-