@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.444Z") @Stability(value=Stable) public interface S3LocationBindOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.tasks.*;
S3LocationBindOptions s3LocationBindOptions = S3LocationBindOptions.builder()
.forReading(false)
.forWriting(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3LocationBindOptions.Builder
A builder for
S3LocationBindOptions |
static class |
S3LocationBindOptions.Jsii$Proxy
An implementation for
S3LocationBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static S3LocationBindOptions.Builder |
builder() |
default Boolean |
getForReading()
Allow reading from the S3 Location.
|
default Boolean |
getForWriting()
Allow writing to the S3 Location.
|
@Stability(value=Stable) @Nullable default Boolean getForReading()
Default: false
@Stability(value=Stable) @Nullable default Boolean getForWriting()
Default: false
@Stability(value=Stable) static S3LocationBindOptions.Builder builder()
S3LocationBindOptions.Builder of S3LocationBindOptionsCopyright © 2022. All rights reserved.