Class UpdateProfileOptions.Builder

  • Enclosing class:
    UpdateProfileOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public UpdateProfileOptions build()
        Builds a UpdateProfileOptions.
        Returns:
        the new UpdateProfileOptions instance
      • profileId

        public UpdateProfileOptions.Builder profileId​(java.lang.String profileId)
        Set the profileId.
        Parameters:
        profileId - the profileId
        Returns:
        the UpdateProfileOptions builder
      • ifMatch

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

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

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

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