@Stability(value=Experimental) public static final class RemoteBackendProps.Builder extends Object implements software.amazon.jsii.Builder<RemoteBackendProps>
RemoteBackendProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RemoteBackendProps |
build()
Builds the configured instance.
|
RemoteBackendProps.Builder |
hostname(String hostname)
Sets the value of
RemoteBackendProps.getHostname() |
RemoteBackendProps.Builder |
organization(String organization)
Sets the value of
RemoteBackendProps.getOrganization() |
RemoteBackendProps.Builder |
token(String token)
Sets the value of
RemoteBackendProps.getToken() |
RemoteBackendProps.Builder |
workspaces(IRemoteWorkspace workspaces)
Sets the value of
RemoteBackendProps.getWorkspaces() |
@Stability(value=Experimental) public RemoteBackendProps.Builder organization(String organization)
RemoteBackendProps.getOrganization()
organization
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public RemoteBackendProps.Builder workspaces(IRemoteWorkspace workspaces)
RemoteBackendProps.getWorkspaces()
workspaces
- the value to be set. This parameter is required.this
@Stability(value=Experimental) public RemoteBackendProps.Builder hostname(String hostname)
RemoteBackendProps.getHostname()
hostname
- the value to be set.this
@Stability(value=Experimental) public RemoteBackendProps.Builder token(String token)
RemoteBackendProps.getToken()
token
- the value to be set.this
@Stability(value=Experimental) public RemoteBackendProps build()
build
in interface software.amazon.jsii.Builder<RemoteBackendProps>
RemoteBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.