@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:50.402Z")
public interface S3LocationBindOptions
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 java.lang.Boolean |
getForReading()
Allow reading from the S3 Location.
|
default java.lang.Boolean |
getForWriting()
Allow writing to the S3 Location.
|
default java.lang.Boolean getForReading()
Default: false
default java.lang.Boolean getForWriting()
Default: false
static S3LocationBindOptions.Builder builder()
S3LocationBindOptions.Builder
of S3LocationBindOptions