Class CreateProfileOptions.Builder

  • Enclosing class:
    CreateProfileOptions

    public static class CreateProfileOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String name,
                       java.lang.String accountId)
        Instantiates a new builder with required properties.
        Parameters:
        name - the name
        accountId - the accountId
    • Method Detail

      • build

        public CreateProfileOptions build()
        Builds a CreateProfileOptions.
        Returns:
        the new CreateProfileOptions instance
      • name

        public CreateProfileOptions.Builder name​(java.lang.String name)
        Set the name.
        Parameters:
        name - the name
        Returns:
        the CreateProfileOptions builder
      • accountId

        public CreateProfileOptions.Builder accountId​(java.lang.String accountId)
        Set the accountId.
        Parameters:
        accountId - the accountId
        Returns:
        the CreateProfileOptions builder
      • description

        public CreateProfileOptions.Builder description​(java.lang.String description)
        Set the description.
        Parameters:
        description - the description
        Returns:
        the CreateProfileOptions builder
      • email

        public CreateProfileOptions.Builder email​(java.lang.String email)
        Set the email.
        Parameters:
        email - the email
        Returns:
        the CreateProfileOptions builder