@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.451Z") @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.