Class InstanceProfile
- java.lang.Object
-
- com.databricks.sdk.service.compute.InstanceProfile
-
@Generated public class InstanceProfile extends Object
-
-
Constructor Summary
Constructors Constructor Description InstanceProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIamRoleArn()StringgetInstanceProfileArn()BooleangetIsMetaInstanceProfile()inthashCode()InstanceProfilesetIamRoleArn(String iamRoleArn)InstanceProfilesetInstanceProfileArn(String instanceProfileArn)InstanceProfilesetIsMetaInstanceProfile(Boolean isMetaInstanceProfile)StringtoString()
-
-
-
Method Detail
-
setIamRoleArn
public InstanceProfile setIamRoleArn(String iamRoleArn)
-
getIamRoleArn
public String getIamRoleArn()
-
setInstanceProfileArn
public InstanceProfile setInstanceProfileArn(String instanceProfileArn)
-
getInstanceProfileArn
public String getInstanceProfileArn()
-
setIsMetaInstanceProfile
public InstanceProfile setIsMetaInstanceProfile(Boolean isMetaInstanceProfile)
-
getIsMetaInstanceProfile
public Boolean getIsMetaInstanceProfile()
-
-