@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-14T20:30:48.336Z") @Stability(value=Stable) public interface ActionBindOptions extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codepipeline.*;
import software.amazon.awscdk.services.iam.*;
import software.amazon.awscdk.services.s3.*;
Bucket bucket;
Role role;
ActionBindOptions actionBindOptions = ActionBindOptions.builder()
.bucket(bucket)
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionBindOptions.Builder
A builder for
ActionBindOptions |
static class |
ActionBindOptions.Jsii$Proxy
An implementation for
ActionBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static ActionBindOptions.Builder |
builder() |
IBucket |
getBucket() |
IRole |
getRole() |
@Stability(value=Stable) @NotNull IBucket getBucket()
@Stability(value=Stable) @NotNull IRole getRole()
@Stability(value=Stable) static ActionBindOptions.Builder builder()
ActionBindOptions.Builder of ActionBindOptionsCopyright © 2022. All rights reserved.