@Stability(value=Experimental) public static final class GcsBackend.Builder extends Object implements software.amazon.jsii.Builder<GcsBackend>
GcsBackend
.Modifier and Type | Method and Description |
---|---|
GcsBackend.Builder |
accessToken(String accessToken) |
GcsBackend.Builder |
bucket(String bucket) |
GcsBackend |
build() |
static GcsBackend.Builder |
create(software.constructs.Construct scope) |
GcsBackend.Builder |
credentials(String credentials) |
GcsBackend.Builder |
encryptionKey(String encryptionKey) |
GcsBackend.Builder |
prefix(String prefix) |
@Stability(value=Experimental) public static GcsBackend.Builder create(software.constructs.Construct scope)
scope
- This parameter is required.GcsBackend.Builder
.@Stability(value=Experimental) public GcsBackend.Builder bucket(String bucket)
bucket
- This parameter is required.this
@Stability(value=Experimental) public GcsBackend.Builder accessToken(String accessToken)
accessToken
- This parameter is required.this
@Stability(value=Experimental) public GcsBackend.Builder credentials(String credentials)
credentials
- This parameter is required.this
@Stability(value=Experimental) public GcsBackend.Builder encryptionKey(String encryptionKey)
encryptionKey
- This parameter is required.this
@Stability(value=Experimental) public GcsBackend.Builder prefix(String prefix)
prefix
- This parameter is required.this
@Stability(value=Experimental) public GcsBackend build()
build
in interface software.amazon.jsii.Builder<GcsBackend>
Copyright © 2021. All rights reserved.