public static class CreateGatewayOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String environmentId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
CreateGatewayOptions |
build()
Builds a CreateGatewayOptions.
|
CreateGatewayOptions.Builder |
environmentId(String environmentId)
Set the environmentId.
|
CreateGatewayOptions.Builder |
name(String name)
Set the name.
|
public Builder()
public Builder(String environmentId)
environmentId
- the environmentIdpublic CreateGatewayOptions build()
public CreateGatewayOptions.Builder environmentId(String environmentId)
environmentId
- the environmentIdpublic CreateGatewayOptions.Builder name(String name)
name
- the nameCopyright © 2023 IBM Cloud. All rights reserved.