@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 |
withForReading(Boolean value)
Sets the value of ForReading
|
S3LocationBindOptions.Builder |
withForWriting(Boolean value)
Sets the value of ForWriting
|
@Stability(value=Experimental) public S3LocationBindOptions.Builder withForReading(@Nullable Boolean value)
value - Allow reading from the S3 Location.this@Stability(value=Experimental) public S3LocationBindOptions.Builder withForWriting(@Nullable Boolean value)
value - 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.