Class CreateProfileOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateProfileOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createProfile options.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String accountId()
      Gets the accountId.
      java.lang.String description()
      Gets the description.
      java.lang.String email()
      Gets the email.
      java.lang.String name()
      Gets the name.
      CreateProfileOptions.Builder newBuilder()
      New builder.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • name

        public java.lang.String name()
        Gets the name. Name of the trusted profile. The name is checked for uniqueness. Therefore trusted profiles with the same names can not exist in the same account.
        Returns:
        the name
      • accountId

        public java.lang.String accountId()
        Gets the accountId. The account ID of the trusted profile.
        Returns:
        the accountId
      • description

        public java.lang.String description()
        Gets the description. The optional description of the trusted profile. The 'description' property is only available if a description was provided during creation of trusted profile.
        Returns:
        the description
      • email

        public java.lang.String email()
        Gets the email. The email of the trusted profile.
        Returns:
        the email