@Stability(value=Experimental) public static final class S3LocationBindOptions.Builder extends Object implements software.amazon.jsii.Builder<S3LocationBindOptions>
S3LocationBindOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
S3LocationBindOptions |
build()
Builds the configured instance.
|
S3LocationBindOptions.Builder |
forReading(Boolean forReading)
Sets the value of
S3LocationBindOptions.getForReading() |
S3LocationBindOptions.Builder |
forWriting(Boolean forWriting)
Sets the value of
S3LocationBindOptions.getForWriting() |
@Stability(value=Experimental) public S3LocationBindOptions.Builder forReading(Boolean forReading)
S3LocationBindOptions.getForReading()forReading - Allow reading from the S3 Location.this@Stability(value=Experimental) public S3LocationBindOptions.Builder forWriting(Boolean forWriting)
S3LocationBindOptions.getForWriting()forWriting - Allow writing to the S3 Location.this@Stability(value=Experimental) public S3LocationBindOptions build()
build in interface software.amazon.jsii.Builder<S3LocationBindOptions>S3LocationBindOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.