Class CredentialInfo

java.lang.Object
io.unitycatalog.client.model.CredentialInfo

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class CredentialInfo extends Object
CredentialInfo
  • Field Details

  • Constructor Details

    • CredentialInfo

      public CredentialInfo()
  • Method Details

    • name

      public CredentialInfo name(String name)
    • getName

      @Nullable public String getName()
      The credential name. The name must be unique within the metastore.
      Returns:
      name
    • setName

      public void setName(String name)
    • awsIamRole

      public CredentialInfo awsIamRole(AwsIamRoleResponse awsIamRole)
    • getAwsIamRole

      @Nullable public AwsIamRoleResponse getAwsIamRole()
      Get awsIamRole
      Returns:
      awsIamRole
    • setAwsIamRole

      public void setAwsIamRole(AwsIamRoleResponse awsIamRole)
    • comment

      public CredentialInfo comment(String comment)
    • getComment

      @Nullable public String getComment()
      Comment associated with the credential.
      Returns:
      comment
    • setComment

      public void setComment(String comment)
    • owner

      public CredentialInfo owner(String owner)
    • getOwner

      @Nullable public String getOwner()
      Username of current owner of credential.
      Returns:
      owner
    • setOwner

      public void setOwner(String owner)
    • fullName

      public CredentialInfo fullName(String fullName)
    • getFullName

      @Nullable public String getFullName()
      The full name of the credential.
      Returns:
      fullName
    • setFullName

      public void setFullName(String fullName)
    • id

      public CredentialInfo id(String id)
    • getId

      @Nullable public String getId()
      The unique identifier of the credential.
      Returns:
      id
    • setId

      public void setId(String id)
    • createdAt

      public CredentialInfo createdAt(Long createdAt)
    • getCreatedAt

      @Nullable public Long getCreatedAt()
      Time at which this Credential was created, in epoch milliseconds.
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • createdBy

      public CredentialInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Username of credential creator.
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • updatedAt

      public CredentialInfo updatedAt(Long updatedAt)
    • getUpdatedAt

      @Nullable public Long getUpdatedAt()
      Time at which this credential was last modified, in epoch milliseconds.
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • updatedBy

      public CredentialInfo updatedBy(String updatedBy)
    • getUpdatedBy

      @Nullable public String getUpdatedBy()
      Username of user who last modified the credential.
      Returns:
      updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • purpose

      public CredentialInfo purpose(CredentialPurpose purpose)
    • getPurpose

      @Nullable public CredentialPurpose getPurpose()
      Get purpose
      Returns:
      purpose
    • setPurpose

      public void setPurpose(CredentialPurpose purpose)
    • equals

      public boolean equals(Object o)
      Return true if this CredentialInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string