@Stability(value=Experimental) public static final class RemoteBackend.Builder extends Object implements software.amazon.jsii.Builder<RemoteBackend>
RemoteBackend
.Modifier and Type | Method and Description |
---|---|
RemoteBackend |
build() |
static RemoteBackend.Builder |
create(software.constructs.Construct scope) |
RemoteBackend.Builder |
hostname(String hostname) |
RemoteBackend.Builder |
organization(String organization) |
RemoteBackend.Builder |
token(String token) |
RemoteBackend.Builder |
workspaces(IRemoteWorkspace workspaces) |
@Stability(value=Experimental) public static RemoteBackend.Builder create(software.constructs.Construct scope)
scope
- This parameter is required.RemoteBackend.Builder
.@Stability(value=Experimental) public RemoteBackend.Builder organization(String organization)
organization
- This parameter is required.this
@Stability(value=Experimental) public RemoteBackend.Builder workspaces(IRemoteWorkspace workspaces)
workspaces
- This parameter is required.this
@Stability(value=Experimental) public RemoteBackend.Builder hostname(String hostname)
hostname
- This parameter is required.this
@Stability(value=Experimental) public RemoteBackend.Builder token(String token)
token
- This parameter is required.this
@Stability(value=Experimental) public RemoteBackend build()
build
in interface software.amazon.jsii.Builder<RemoteBackend>
Copyright © 2023. All rights reserved.