Class GetServicePlainArgs.Builder
- java.lang.Object
-
- com.pulumi.alicloud.maxcompute.inputs.GetServicePlainArgs.Builder
-
- Enclosing class:
- GetServicePlainArgs
public static final class GetServicePlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetServicePlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetServicePlainArgs
build()
GetServicePlainArgs.Builder
enable(java.lang.String enable)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetServicePlainArgs defaults)
-
-
Method Detail
-
enable
public GetServicePlainArgs.Builder enable(@Nullable java.lang.String enable)
- Parameters:
enable
- Setting the value to `On` to enable the service. If has been enabled, return the result. Valid values: `On` or `Off`. Default to `Off`. > **NOTE:** Setting `enable = "On"` to open the Maxcompute service that means you have read and agreed the [Maxcompute Terms of Service](https://help.aliyun.com/document_detail/98605.html). The service can not closed once it is opened.- Returns:
- builder
-
build
public GetServicePlainArgs build()
-
-