Class PutEntry.Builder
- java.lang.Object
-
- com.rivet.api.resources.kv.common.types.PutEntry.Builder
-
- All Implemented Interfaces:
PutEntry._FinalStage,PutEntry.KeyStage,PutEntry.ValueStage
- Enclosing class:
- PutEntry
public static final class PutEntry.Builder extends java.lang.Object implements PutEntry.KeyStage, PutEntry.ValueStage, PutEntry._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutEntrybuild()PutEntry.Builderfrom(PutEntry other)PutEntry.ValueStagekey(java.lang.String key)PutEntry._FinalStagevalue(java.lang.Object value)
-
-
-
Method Detail
-
from
public PutEntry.Builder from(PutEntry other)
- Specified by:
fromin interfacePutEntry.KeyStage
-
key
public PutEntry.ValueStage key(java.lang.String key)
- Specified by:
keyin interfacePutEntry.KeyStage
-
value
public PutEntry._FinalStage value(java.lang.Object value)
- Specified by:
valuein interfacePutEntry.ValueStage
-
build
public PutEntry build()
- Specified by:
buildin interfacePutEntry._FinalStage
-
-