Class BootstrapResponse.Builder
- java.lang.Object
-
- com.rivet.api.resources.cloud.types.BootstrapResponse.Builder
-
- All Implemented Interfaces:
BootstrapResponse._FinalStage,BootstrapResponse.CaptchaStage,BootstrapResponse.ClusterStage
- Enclosing class:
- BootstrapResponse
public static final class BootstrapResponse.Builder extends java.lang.Object implements BootstrapResponse.ClusterStage, BootstrapResponse.CaptchaStage, BootstrapResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootstrapResponsebuild()BootstrapResponse._FinalStagecaptcha(BootstrapCaptcha captcha)BootstrapResponse.CaptchaStagecluster(BootstrapCluster cluster)BootstrapResponse.Builderfrom(BootstrapResponse other)
-
-
-
Method Detail
-
from
public BootstrapResponse.Builder from(BootstrapResponse other)
- Specified by:
fromin interfaceBootstrapResponse.ClusterStage
-
cluster
public BootstrapResponse.CaptchaStage cluster(BootstrapCluster cluster)
- Specified by:
clusterin interfaceBootstrapResponse.ClusterStage
-
captcha
public BootstrapResponse._FinalStage captcha(BootstrapCaptcha captcha)
- Specified by:
captchain interfaceBootstrapResponse.CaptchaStage
-
build
public BootstrapResponse build()
- Specified by:
buildin interfaceBootstrapResponse._FinalStage
-
-