PackageProps
Properties for defining a Package
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-package
Initializer
import com.aliyun.ros.cdk.maxcompute.PackageProps;
PackageProps.builder()
.packageName(java.lang.String)
.packageName(IResolvable)
.projectName(java.lang.String)
.projectName(IResolvable)
// .acl(IResolvable)
// .acl(AclProperty)
.build();
Properties
Name | Type | Description |
---|---|---|
packageName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property packageName: The name of the project package. |
projectName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property projectName: The name of the MaxCompute project. |
acl |
com.aliyun.ros.cdk.core.IResolvable OR AclProperty |
Property acl: The access-control list (ACL). |
packageName
Required
public java.lang.Object getPackageName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property packageName: The name of the project package.
projectName
Required
public java.lang.Object getProjectName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property projectName: The name of the MaxCompute project.
acl
Optional
public java.lang.Object getAcl();
- Type: com.aliyun.ros.cdk.core.IResolvable OR AclProperty
Property acl: The access-control list (ACL).