public static final class ActionBindOptions.Builder
extends java.lang.Object
ActionBindOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ActionBindOptions.Builder |
bucket(IBucket bucket)
Sets the value of
ActionBindOptions.getBucket() |
ActionBindOptions |
build()
Builds the configured instance.
|
ActionBindOptions.Builder |
role(IRole role)
Sets the value of
ActionBindOptions.getRole() |
public ActionBindOptions.Builder bucket(IBucket bucket)
ActionBindOptions.getBucket()
bucket
- the value to be set. This parameter is required.this
public ActionBindOptions.Builder role(IRole role)
ActionBindOptions.getRole()
role
- the value to be set. This parameter is required.this
public ActionBindOptions build()
ActionBindOptions
java.lang.NullPointerException
- if any required attribute was not provided