@Stability(value=Experimental) public static final class ActionBindOptions.Builder extends Object implements software.amazon.jsii.Builder<ActionBindOptions>
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() |
@Stability(value=Experimental) public ActionBindOptions.Builder bucket(IBucket bucket)
ActionBindOptions.getBucket()bucket - the value to be set. This parameter is required.this@Stability(value=Experimental) public ActionBindOptions.Builder role(IRole role)
ActionBindOptions.getRole()role - the value to be set. This parameter is required.this@Stability(value=Experimental) public ActionBindOptions build()
build in interface software.amazon.jsii.Builder<ActionBindOptions>ActionBindOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.