Class SystemPropertyArbiter.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setPropertyName

        public SystemPropertyArbiter.Builder setPropertyName​(java.lang.String propertyName)
        Sets the Property Name.
        Parameters:
        propertyName - the property name.
        Returns:
        this
      • setPropertyValue

        public SystemPropertyArbiter.Builder setPropertyValue​(java.lang.String propertyValue)
        Sets the Property Value.
        Parameters:
        propertyValue - the property name.
        Returns:
        this
      • build

        public SystemPropertyArbiter build()
        Description copied from interface: Builder
        Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.
        Specified by:
        build in interface Builder<SystemPropertyArbiter>
        Returns:
        the configured instance.