@Generated public class CreateStorageCredential extends Object
Constructor and Description |
---|
CreateStorageCredential() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
AwsIamRole |
getAwsIamRole() |
AzureManagedIdentity |
getAzureManagedIdentity() |
AzureServicePrincipal |
getAzureServicePrincipal() |
String |
getComment() |
Object |
getDatabricksGcpServiceAccount() |
String |
getName() |
Boolean |
getReadOnly() |
Boolean |
getSkipValidation() |
int |
hashCode() |
CreateStorageCredential |
setAwsIamRole(AwsIamRole awsIamRole) |
CreateStorageCredential |
setAzureManagedIdentity(AzureManagedIdentity azureManagedIdentity) |
CreateStorageCredential |
setAzureServicePrincipal(AzureServicePrincipal azureServicePrincipal) |
CreateStorageCredential |
setComment(String comment) |
CreateStorageCredential |
setDatabricksGcpServiceAccount(Object databricksGcpServiceAccount) |
CreateStorageCredential |
setName(String name) |
CreateStorageCredential |
setReadOnly(Boolean readOnly) |
CreateStorageCredential |
setSkipValidation(Boolean skipValidation) |
String |
toString() |
public CreateStorageCredential setAwsIamRole(AwsIamRole awsIamRole)
public AwsIamRole getAwsIamRole()
public CreateStorageCredential setAzureManagedIdentity(AzureManagedIdentity azureManagedIdentity)
public AzureManagedIdentity getAzureManagedIdentity()
public CreateStorageCredential setAzureServicePrincipal(AzureServicePrincipal azureServicePrincipal)
public AzureServicePrincipal getAzureServicePrincipal()
public CreateStorageCredential setComment(String comment)
public String getComment()
public CreateStorageCredential setDatabricksGcpServiceAccount(Object databricksGcpServiceAccount)
public Object getDatabricksGcpServiceAccount()
public CreateStorageCredential setName(String name)
public String getName()
public CreateStorageCredential setReadOnly(Boolean readOnly)
public Boolean getReadOnly()
public CreateStorageCredential setSkipValidation(Boolean skipValidation)
public Boolean getSkipValidation()
Copyright © 2023. All rights reserved.