@Stability(value=Experimental) public static final class S3LocationBindOptions.Builder extends Object
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 ForReading
|
S3LocationBindOptions.Builder |
forWriting(Boolean forWriting)
Sets the value of ForWriting
|
@Stability(value=Experimental) public S3LocationBindOptions.Builder forReading(Boolean forReading)
forReading - Allow reading from the S3 Location.this@Stability(value=Experimental) public S3LocationBindOptions.Builder forWriting(Boolean forWriting)
forWriting - Allow writing to the S3 Location.this@Stability(value=Experimental) public S3LocationBindOptions build()
S3LocationBindOptionsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.